put https://public-api.vibescm.com/companies//mobiledb/event_triggered_messages/
Use the PUT
method to update an existing event-triggered message campaign entity with new data. Any campaigns with a status of scheduled
, in_progress
, and ended
can be updated.
Request Body
In the body of the request, you can define the fields you’d like to change.
Please note that the event_triggered_message_id
, status
, created_by
, created_by_application
, created_at
, and updated_at fields
are defined by the system and cannot be specified in the request.
Response
If the update is successful, the system will return the modified event-triggered campaign entity.
If the event_triggered_message_id
does not exist, a 404 – NOT FOUND
error will be returned. If the status code of the entity does not allow updates, a 422 – UNPROCESSABLE ENTITY
will be returned.