{
"log_sms": {
"crm_sms_notes": "string"
},
"send_sms": {
"template_id": "Campaign",
"custom_content": "string"
},
"create_followup_task": {
"scheduled_datetime": "2019-08-24T14:15:22Z"
}
}
curl --location --request POST '/tenants//tasks//complete_sms_task' \
--header 'Content-Type: application/json' \
--data-raw '{
"log_sms": {
"crm_sms_notes": "string"
},
"send_sms": {
"template_id": "Campaign",
"custom_content": "string"
},
"create_followup_task": {
"scheduled_datetime": "2019-08-24T14:15:22Z"
}
}'
null