Automated Replies
Update Automated Reply
Update an existing automated reply by UUID.
Required Fields:
- name: Descriptive name for the automated reply
- trigger: Phrase that triggers this reply
- match_criteria: How the trigger should match
- response_type: Type of response
- response: The actual response content
PUT
Authorizations
Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Path Parameters
UUID of the automated reply to update
Example:
"f8abb450-9ff5-460c-a194-99e30c67c019"
Body
application/json
Response
200
application/json
Automated reply updated successfully
The response is of type object
.