Mailrelay API Reference

Update WhatsApp campaign

PATCH /whatsapp/campaigns/{id}

Update WhatsApp campaign

Parameters

NameTypeDescription
id integer ID of the record
name string Name
whatsapp_template_id integer Whatsapp template
whatsapp_phone_number_id integer Whatsapp phone number
target string To whom would you like to send this campaign?
segment_id integer Segment
group_ids array Groups

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.