Autofill 10DLC Campaign Information

Generate campaign details based off existing campaign and the brand it's connected to.

Authentication

PINNACLE-API-KEYstring
API Key authentication via header

Request

This endpoint expects an object.
additionalInfostringOptional
Any additional information you want to provide.
campaignIdstringOptional

Unique identifier for the campaign.

  • When autofilling 10DLC campaigns, it must begin with the prefix dlc_ (e.g., dlc_1234567890)
  • When autofilling Toll-Free campaigns, it must begin with the prefix tf_ (e.g., tf_1234567890)
  • When autofilling RCS campaigns, it must begin with the prefix rcs_ (e.g., rcs_1234567890)

Response

Returns autofilled 10DLC information.
autoRenewbooleanDefaults to true
Whether the campaign renews automatically.
brandstringOptional

Brand id. This identifier is a string that always begins with the prefix b_, for example: b_1234567890.

campaignIdstringOptional

Unique identifier for the campaign. This identifier is a string that always begins with the prefix dlc_, for example: dlc_1234567890.

descriptionstringOptional
Description of the campaign.
keywordsobjectOptional
Keyword response configuration.
messageFlowstringOptional

Describe the flow of how users will opt in to this campaign. See the Opt-In Methods and Workflow section for requirements.

namestringOptional
Display name of the campaign.
optionsobjectOptional
Campaign configuration options.
sampleMessageslist of stringsOptional

Example messages for the campaign. See the Sample Messages section for requirements.

useCaseobjectOptional
Use case for the campaign.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error