Update 10DLC Campaign
POST Request
Update an existing 10DLC campaign
curl https://v1.api19.com/campaigns/campaign/update \
-d 'key=api_token' \
-d 'id=C12345' \
-d 'campaign_description=Updated campaign description' \
-d 'call_to_action=Reply YES to opt in' \
-d 'accepted_loans=false' \
-d 'accepted_age_gated=false' \
-d 'accepted_number_pool=true'{
"status": "ok",
"data": "campaign updated"
}Required Parameters
id(required) - Campaign ID (not crid)mms_url(required) - MMS media URLcampaign_description(required) - Campaign descriptioncall_to_action(required) - Call to actionaccepted_loans(required) - Whether campaign involves loansaccepted_age_gated(required) - Whether campaign is age-gatedaccepted_number_pool(required) - Whether using number pool
Optional Parameters
Warning: Optional fields will be set to default values if omitted. It is HIGHLY suggested to repost all data associated with a campaign.
sample_message_1- Sample messagesample_message_2- Additional sample messagesample_message_3- Additional sample messagesample_message_4- Additional sample messagesample_message_5- Additional sample messagestart_keywords- Start keywordsopted_in_start- Opt-in start messagestop_keywords- Stop keywordsopted_in_stop- Opt-in stop messagehelp_keywords- Help keywordsopted_in_help- Opt-in help messageaccepted_link- Whether campaign accepts linksaccepted_phone_number- Whether campaign accepts phone numbersuse_case_type- Campaign use case typeresubmit- Whether to resubmit the campaign
Last updated