Description
indiefunnels
URLs
Webhook Sources
new-booking-session
Prompt
Emits an event when a new session is booked from a client. event name: booking_created
URLs
new-form-submission
Prompt
Emits an event when a form is submited. event name: form_submitted
URLs
new-order
Prompt
Emits an event when a new order is created. event name: order_created
URLs
contact-updated
Prompt
Emits an event when a contact is updated. event name: contact_updated
URLs
Actions
create-contact
Prompt
Creates a new Contact. Optional fields: name, email, phone, properties and tags.
URLs
update-contact
Prompt
Updates a Contact. required prop is contact_id which has async options. Optional fields: name, email, phone, properties and tags.
URLs
create-member
Prompt
Creates a new Member. Optional fields: name, email, password, groups, approved, billingCompanyName, billingCompanyId, billingCountry, billingState, billingCity, billingZipCode, billingAddress, billingAddress2, shippingCompanyName, shippingCompanyId, shippingCountry, shippingState, shippingCity, shippingZipCode, shippingAddress, shippingAddress2. tags has async options.
URLs
update-member
Prompt
Updates a Member. required prop is memberId. Optional fields: name, email, password, groups, approved, billingCompanyName, billingCompanyId, billingCountry, billingState, billingCity, billingZipCode, billingAddress, billingAddress2, shippingCompanyName, shippingCompanyId, shippingCountry, shippingState, shippingCity, shippingZipCode, shippingAddress, shippingAddress2. tags and memberId have async options.