The contact subscribed webhook is triggered whenever a contact in theMarketer becomes subscribed to the Email channel.
This includes contacts who subscribe via theMarketer's Embedded Forms, Popups, Landing Pages, as well as contacts received via our tracking system or via the Add subscriber API call.
Here you can find a sample payload, using default system attributes. For contacts, you can also add custom attributes to the payload, directly from the setup interface.
{
"email" : "{{client_email}}",
"firstname" : "{{client_firstname}}",
"lastname" : "{{client_lastname}}",
"phone" : "{{client_phone}}"
}