curl --location '/smartflows//actions/send/social' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"ancestorId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"networks": [
{
"network": "",
"type": "",
"socialAccountName": "My social account",
"socialAccountId": "3430546803",
"name": "My page",
"id": "86231646812281234786"
}
],
"title": "Our new product",
"message": "Our favorite product is back in stock",
"url": "https://www.incomaker.com/products/123",
"images": [
"https://www.incomaker.com/content/image1.png",
"https://www.incomaker.com/content/image2.png"
],
"videos": [
"https://www.incomaker.com/content/video1.mp4"
]
}'