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 via Zapier

You can activate the system notification for when a customer subscribes to newsletters.

Enter the address of your script, which our service will send notifications to, in the API settings in the “URL For API 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' => city of contact residence
'id_group' => contact group number
'ip' => subscriber IP
'status' => status (2 - subscription, 1- subscription activation)
'utm' => array (
'medium' => channel utm-parameter
'source' => source utm-parameter
'campaign' => campaign utm-parameter
'content' => advertisement utm-parameter
'term' => key utm-parameter),
)

Notifications come after the subscription and activation. The received data differs only in “status” parameter. It is “2” after the subscription and “1” after the activation.

Rate article

1 star2 stars3 stars4 stars5 stars (3 votes, avr.: 3.00 / 5)
Loading...