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.
- Log in to your Zapier account.
- Click on "New Zap" to start creating a new Zap.
- In the "Choose App & Event" section, search for "Webhooks by Zapier" and select it as the app.
- Set the event to "Catch Hook" and click "Continue."
- Optionally, select the keys you are interested in capturing. If none are specified, all keys from the payload will be captured. Click "Continue."
- Zapier will provide you with a unique webhook URL. Copy this URL for future use.
- Add the webhook URL in the Sentiyen channel settings.
- Enable email collection in the Sentiyen channel settings.
- 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:
- A visitor is created and assigned to the channel or question.
- A notification is sent only if the webhook URL is specified and email collection is enabled.
- The expected payload should include the following information:
- email: string
- channel_id: uuid
- display_id: string
- action: string
Additional Information
For more information on Zapier webhooks, including limitations and troubleshooting tips, please visit this link.
Demo