To configure the integration to create automation
To configure the integration to create automation Thrown viewing (possibly by API)
You need to configure the integration to site (on the engine Megagrup) transmitted in the email SendPulse such information :
1) whether purchase has been made (Yes / no)
2) Mail client
3) What items were viewed (link, item number, name, image)
Heres what you need to do :
To this event is passed on to SendPulse, your developers need to send information about it to one of the methods on the generated URL.
1) request Method : POST RAW
https://events.sendpulse.com/events/id/12bb65e3d86f4fcdfd0f231598e72835/7133620
{
"email": "@",
"phone": "",
"user_id": 123,
"event_date": "2020-06-25",
"product_price": "product_price value",
"product_link": "product_link value",
"product_id": "product_id value",
"product_img": "product_img value"
}
2) request Method: POST form-data
Variable usage Example
email @
phone
user_id 123
event_date 2020-06-25
product_price product_price value
product_link product_link value
product_id the product_id value
product_img product_img value
3) request Method : POST REST API
Authentication required API keys
API documentation : https://sendpulse.com/ru/integrations/api
{
"email": "@",
"phone": "",
"user_id": 123,
"event_date": "2020-06-25",
"product_price": "product_price value",
"product_link": "product_link value",
"product_id": "product_id value",
"product_img": "product_img value"
}