Add target numbers (JSON)
Batch calling
Add target numbers (JSON)
Insert recipient rows into batch_data. Each record needs to_phonenumber and any variable columns
defined on the batch. Numbers are normalized to digits server-side.
POST
Add target numbers (JSON)
Authorizations
Kupe dashboard API key for your user.
Path Parameters
Body
application/json
Example:
[
{
"to_phonenumber": "+919876543210",
"name": "Ada",
"company_name": "Acme"
}
]Response
Rows inserted (failed rows counted separately)
The response is of type object.