post https://api-uat.gliderpay.com/v2/campaign/invoiceBatch/email
This API will allow you to start a Glider campaign or batch.
After calling the API: the recipient records will be validated, a unique URL will be generated for each valid recipient and an email campaign will be sent (or scheduled for later, if specified)
This API request will return a successful response if at least one record in the CSV contains valid information.
Successful recipient records will be returned under the recipients
JSON object.
Incorrect records will be listed under the errors
JSON object, line and an error type will also be specified.
Successful responses will provide a batch identifier number batchId
that can be used to retrieve batch status via the Report API.