curl --request PUT \
--url https://api.cleartalk.ai/campaigns-texting/toggle-standard-campaign-status/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"removeScheduledFollowups": false
}
'curl --request PUT \
--url https://api.cleartalk.ai/campaigns-texting/toggle-standard-campaign-status/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"removeScheduledFollowups": false
}
'API Key for authentication
Whether to remove scheduled follow-ups when deactivating campaign. If false, follow-ups will be paused instead.
Standard texting campaign status updated successfully