Send Numbers
POST https://{API URL}/api/integrations/send
* = Required
| Key | Description |
|---|---|
| clientId* | DM ID for the client you wish to send the number for |
| Key | Description |
|---|---|
| recipientType | Depending on the recipient field you must select enter one of the following options
|
| 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,
}
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....