Skip to main content
POST
/
agency
/
twilio
/
a2p-campaign-registration
Submit A2P campaign registration
curl --request POST \
  --url https://api.cleartalk.ai/agency/twilio/a2p-campaign-registration \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "brandRegistrationSid": "<string>",
  "messagingServiceSid": "<string>",
  "campaignId": "<string>",
  "optInMessage": "<string>",
  "optOutMessage": "<string>",
  "helpMessage": "<string>",
  "optInKeywords": [
    "<string>"
  ],
  "optOutKeywords": [
    "<string>"
  ],
  "helpKeywords": [
    "<string>"
  ]
}
'
{
  "sid": "<string>",
  "account_sid": "<string>",
  "messaging_service_sid": "<string>",
  "brand_registration_sid": "<string>",
  "campaign_id": "<string>",
  "campaign_status": "<string>",
  "opt_in_message": "<string>",
  "opt_out_message": "<string>",
  "help_message": "<string>",
  "opt_in_keywords": [
    "<string>"
  ],
  "opt_out_keywords": [
    "<string>"
  ],
  "help_keywords": [
    "<string>"
  ],
  "date_created": "<string>",
  "date_updated": "<string>",
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
brandRegistrationSid
string
required

Brand registration SID

messagingServiceSid
string
required

Messaging service SID

campaignId
string
required

Campaign ID

optInMessage
string
required

Opt-in message

optOutMessage
string
required

Opt-out message

helpMessage
string
required

Help message

optInKeywords
string[]
required

Opt-in keywords

optOutKeywords
string[]
required

Opt-out keywords

helpKeywords
string[]
required

Help keywords

Response

A2P campaign registration submitted successfully

sid
string

Campaign SID

account_sid
string

Account SID

messaging_service_sid
string

Messaging service SID

brand_registration_sid
string

Brand registration SID

campaign_id
string

Campaign ID

campaign_status
string

Campaign status

opt_in_message
string

Opt-in message

opt_out_message
string

Opt-out message

help_message
string

Help message

opt_in_keywords
string[]

Opt-in keywords

opt_out_keywords
string[]

Opt-out keywords

help_keywords
string[]

Help keywords

date_created
string

Creation date

date_updated
string

Last update date

url
string

Resource URL