Elect connectivity partner (CNP)
msg_elect_cnpElect a Connectivity Partner or DCA for your campaign to enable carrier traffic. Provide the campaign ID and a free-form election payload.
Instructions
Elect a Connectivity Partner / DCA for one of your campaigns (required before carriers will pass traffic; see msg_list_dcas for available partners). The body is a free-form object passed through to the messaging backend. Check election/sharing progress with msg_get_sharing_status. Errors: INVALID_PAYLOAD (400), NOT_FOUND (404), TNIQ_ERROR (502).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Campaign ID (messaging-backend UUID, as returned by msg_list_campaigns / msg_create_campaign) | |
| body | No | Free-form CNP election payload passed through to the messaging backend, e.g. {"cnp_id": "SYNIVERSE"} |