Send SMS Engage surveys as batch
POST/api/v1/subaccounts/:subAccountId/surveys/:surveyId/messages/batch
- Sending a POST request on this endpoint allows to send SMS Engage surveys by batch (multiple messages per request).
- It is ideal when you want to send a batch of surveys on a recurring manner or based on time parameters (eg: Order collection at the end of the month)
URL
- The 8x8 subaccountid to use is defined in the URL where you send your POST request as shown below:
https://sms.8x8.com/api/v1/subaccounts/{subAccountId}/surveys/{surveyId}/messages/batch
Request
Responses
- 200
- 400
- 401
- 500
OK
Bad request error response
Request was not authenticated response
Internal server error