/API / The Script Notification When Unsubscribing From Your Newsletters
To integrate with other services and applications, we recommend setting up integration via Zapier.
You will be able to transfer data between services without the help of programmers.
Learn more about Integration with Zapier.
You can activate the system notification when a customer unsubscribes from newsletters.
Enter the address of your script, which our service will send notifications to, in the API settings in the URL for Notifications field.
Notifications are sent in the URL-encoded POST format as follows:
array ( 'name' => contact name 'email' => contact email 'phone' => contact telephone number 'city' => contact city 'id_group' => contact group number 'ip' => subscriber IP 'status' => 0, //there will always be 0 because the subscriber status becomes "Unsubscribed" in this group )
Notifications come only after the unsubscription. Only the group administrator can delete a subscriber from the group.
Articles
GetLeadGroupStatuses. Receiving a List of All Contact Groups with a Subscription Status
AddLeadToGroup. Adding a Contact to a Group
UpdateSubscriberData. Editing the Existing Contact’s Data
DeleteSubscribe. Unsubscribe a Contact from a Group
GetLeadGroups. Receiving a List of All Contact Groups
GetAllGroups. Receiving a List of all Contact Groups from the Account
Comments
0 comments
Please sign in to leave a comment.