Partner Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Send Numbers

POST https://{API URL}/api/integrations/send

Request Headers

* = Required

Key Description
clientId* DM ID for the client you wish to send the number for

Request

Key Description
recipientType Depending on the recipient field you must select enter one of the following options
  • PHONE_NUMBER
  • MEMBERS_ID
recipient Telephone number or members ID you wish to call
templateId the Id of the template that you wish to use for your campaigns (see above Get Templates)
{
	"recipient":"01268000123",
	"recipientType":"PHONE_NUMBER",
	"templateId":1234,
}

Response

This will return the phone number reference ID as a string for the number that was added. This can be used to keep track of call outcomes when receiving a call event via the webhook.

1234567ABCD3424EFG....