Mailrelay API Reference

Resume a SMS campaign that is paused

PATCH /sms/sent_campaigns/{id}/resume

Resume a SMS campaign that is paused

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 campaign can't be resumed. This can happen when it isn't paused.