Assign Messaging Profile To Campaign
This endpoint allows you to link all phone numbers associated with a Messaging Profile to a campaign. Please note: if you want to assign phone numbers to a campaign that you did not create with Telnyx 10DLC services, this endpoint allows that provided that you've shared the campaign with Telnyx. In this case, only provide the parameter, tcrCampaignId, and not campaignId. In all other cases (where the campaign you're assigning was created with Telnyx 10DLC services), only provide campaignId, not tcrCampaignId.
Request body
Example request
{
"messagingProfileId": "4001767e-ce0f-4cae-9d5f-0d5e636e7809",
"tcrCampaignId": "CWZTFH1",
"campaignId": "4b300178-131c-d902-d54e-72d90ba1620j"
}Response
Successful Response
Example response
{
"messagingProfileId": "4001767e-ce0f-4cae-9d5f-0d5e636e7809",
"tcrCampaignId": "CWZTFH1",
"campaignId": "4b300178-131c-d902-d54e-72d90ba1620j",
"taskId": "667a80f8-b0a9-49d0-b9ab-a7a1bcc45086"
}Changes
Changed in 3 of the 99 revisions of this API.312
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 99 revisions, 1 has no diff computed.