Engagements
Last updated
POST /api/v1/activities/batch HTTP/1.1
Host: pub-api.conversion.ai
Content-Type: application/json
Accept: */*
Content-Length: 142
{
"batch": [
{
"contactEmail": "text",
"data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"description": "text",
"id": "text",
"name": "text",
"type": "text"
}
]
}{
"data": true,
"httpStatus": 1,
"message": "text"
}