Mailrelay API Reference

Pause a SMS campaign that is being processed

PATCH /sms/sent_campaigns/{id}/pause

Pause a SMS campaign that is being processed

Parameters

NameTypeDescription
id integer ID of the record

Responses

StatusDescription
204 Success
404 Couldn't find record with provided ID.
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.
409 Returned when SMS sent campaign can't be paused. This can happen when it has already finished, is already paused or was cancelled.