10DLC Campaign Registration
Create new Campaign in TCR
Create a 10DLC campaign at TCR (The Campaign Registry).<br><br> Campaign fees and carrier requirements are determined by the brand and use-case being used. To check the campaign requirements, use the campaign:qualify API.
post/v1/projects/{projectId}/campaignRegistrations:submit
Path parameters
projectIdstring required
Sinch uses projects to group resources such as contacts and apps together to manage and connect a unique set of keys and secret IDs for all your Sinch API products. To identify a project, it is given a unique alphanumeric identifier that ties it to your account. Your project ID can be found in the Customer Dashboard.
Request body
Example request
{
"sample1": "{Brand name}: We are contacting you today to let you know your order is ready for pickup. Reply STOP to stop.",
"sample2": "{Brand name}: Your confirmation code is SINCH1234. Please enter it on the authentication website. Reply STOP to stop.",
"sample3": "{Brand name}: Shop at www.example.com for all your retail needs! From clothing to home goods, we've got you covered. Visit us today and save! Reply STOP to stop. ",
"stopMessage": "You have been unsubscribed and will not receive any more messages from {Brand name}. For more information call {phone number} or email {email address}.",
"optInMessage": "You have opted in to receive messages from {Brand name}! Msg freq varies. Msg & data rates may apply. Reply HELP for help. Reply STOP to stop.",
"helpMessage": "{Brand name}: For help call {phone number} or email {email address} Reply STOP to stop.",
"optinKeywords": "Join,Subscribe,Agree",
"optoutKeywords": "Stop,Quit,Cancel",
"helpKeywords": "Help,Info",
"messageFlow": "Users will opt-in to receive messages from {Brand name} via {opt-in mechanism}",
"terms_and_conditions_link": "https://my.website.com/toc",
"privacy_policy_link": "https://my.website.com/privacy_policy"
}Response
A successful response.