post https://api.vcita.biz/business/messaging/v3/communication/activity_messages
Deliver activity messages through sms/email
Log in to see full request history
Response
Deliver activity messages through sms/email
xxxxxxxxxx
curl --request POST \
--url https://api.vcita.biz/business/messaging/v3/communication/activity_messages \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
21{
"data": {
"activity_action": "schedule",
"activity_type": "invite",
"business_uid": "e2a1s1aqysc2yq14",
"channels": [
"sms"
],
"client_uid": "peu8ljecwqr5ok58",
"created_at": "2024-07-01T13:35:29.000+03:00",
"cta_button_text": "Schedule now",
"message_text": {
"body": "You are invited to schedule with us online.",
"subject": "You can now schedule with us online!"
},
"message_uid": "zx0pltyoilo16ghu",
"staff_uid": "ro18nfcfw7pod2yy",
"updated_at": "2024-07-01T13:35:29.000+03:00"
},
"success": true
}