UnsubscribeSubscriber
This action deletes the specified webhook.
Action Settings
The CreateWebhook action does not have settings.
Action Parameters
CreateWebhook action parameters are the following:
Parameter | Description |
---|---|
TargetUrl | The URL that will receive subscriber data when the event is triggered. Required. |
EventName | Name of the event, for example subscriber.subscriber_activate . Required. |
EventFormId | Id of the corresponding form. |
EventTagId | Id of the corresponding tag. |
EventSequenceId | Id of the corresponding sequence. |
EventProductId | Id of the corresponding product. |
EventInitiatorValue | The corresponding link URL. |
You must map at least TargetUrl and EventName parameters. The EventName value determines which of the other parameters are required. It can have the following values:
- “subscriber.subscriber_activate”
- “subscriber.subscriber_unsubscribe”
- “subscriber.subscriber_bounce”
- “subscriber.subscriber_complain”
- “subscriber.form_subscribe”, required parameter EventFormId [Integer]
- “subscriber.course_subscribe”, required parameter EventSequenceId [Integer]
- “subscriber.course_complete”, required parameter EventSequenceId [Integer]
- “subscriber.link_click”, required parameter EventInitiatorValue [String] as a link URL
- “subscriber.product_purchase”, required parameter EventProductId [Integer]
- “subscriber.tag_add”, required parameter EventTagId [Integer]
- “subscriber.tag_remove”, required parameter EventTagId [Integer]
- “purchase.purchase_create”
Result
A new webhook with the specified parameters is registered in Kit.