You can setup a webhook to receive events every time a new email is collected for your channel. The webhook payload is the following:

{ 
	"email": string,
	"channel_id": uuid,
	"display_id": string,
	"action": string
}

How to use a webhook to connect to your tools

Zapier webhook setup

This instructional document will guide you through the process of creating a Zapier webhook. Follow the steps below to set up a webhook that captures specific information and sends notifications when the specified conditions are met.

  1. Log in to your Zapier account.
  2. Click on "New Zap" to start creating a new Zap.
  3. In the "Choose App & Event" section, search for "Webhooks by Zapier" and select it as the app.
  4. Set the event to "Catch Hook" and click "Continue."
  5. Optionally, select the keys you are interested in capturing. If none are specified, all keys from the payload will be captured. Click "Continue."
  6. Zapier will provide you with a unique webhook URL. Copy this URL for future use.
  7. Add the webhook URL in the Sentiyen channel settings.
  8. Enable email collection in the Sentiyen channel settings.
  9. When a question is asked and the user is prompted to enter their email, the following actions will occur once the email is entered and the question is being processed:
  10. The expected payload should include the following information:

Additional Information

For more information on Zapier webhooks, including limitations and troubleshooting tips, please visit this link.

Demo