...
Billing Model Limitation:
This functionality is only available for sites configured with the "By Submission" billing model. Ensure the site's billing configuration supports this model before attempting to use these endpoints.
BatchId Dependency:
Most endpoints depend on the
BatchId
returned during the creation of a bulk email batch. Always store this identifier for subsequent operations.
Efficient Data Retrieval:
Use filtering options and pagination (via the
Cursor
parameter) to optimize performance and reduce response payload size.
Authentication Method: Basic Authentication
Access to these endpoints requires Basic Authentication, which uses a combination of a username and password. The credentials must be encoded in Base64 and included in the
Authorization
header of each request.
Endpoints
POST v2/EviSMS/Batches/{batchid}/Recipients
DELETE v2/EviSMS/Batches/{batchid}/Recipients
PATCH v2/EviSMS/Batches/{batchid}
GET v2/EviSMS/Batches/{batchid}<?parameters>
Examples
...