Mailrelay API Reference

Update SMS campaign

PATCH /sms/campaigns/{id}

Update SMS campaign

Parameters

NameTypeDescription
id integer ID of the record
name string Name
sender_name string Sender name
message string Message
track_links boolean Track links

Responses

StatusDescription
200 Success
400 The request is invalid. Check if the field names in the request and the request data is valid.
422 A validation error occurred. Check the response body for more information.
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.