How to use it
This link provides an introduction to learning how to use webhooks in Sendspark.
Webhook references
The following events are available for each video that is created via Dynamic Videos and all them send the same information to the webhook the users bind to the Dynamic Video Campaign:
Video CTA Clicked: video_cta_clicked
Video Created: video_generated_dv
Video Liked: video_liked
Video Played: video_played
Video Viewed: video_viewed
Video Watched %: video_watched
Properties included in every webhook event:
Name | Type | Description |
| string | ID for the campaign created. |
| string | Name for the campaign created. |
| object | Object with information about the prospect. |
| string | The email address of the prospect used to create the campaign. |
| string | The name of the prospect used to create the campaign. |
| string | The ID of the individual who created the campaign. |
| string | The name of the individual who created the campaign. |
| string | The ID of the dynamic campaign under which the campaign was created. |
| string | The name of the dynamic campaign under which the campaign was created. |
| string | The link that redirects to the video that was created. |
| string | The link that redirects to the video embed that was created. |
| string | The link that redirects video thumbnail that was created. |
| string | The ID of the workspace containing the dynamic campaign where the video was created. |
| string | The name of the workspace containing the dynamic campaign where the video was created. |
Additional properties per event:
Video CTA Clicked:
Name | Type | Description |
| string | The text displayed on the clicked CTA. |
| string | The link to which the clicked CTA redirects. |
Video Watched %:
Name | Type | Description |
| number | The percentage of the video the visitor watched before pausing, stopping, or finishing it. |