Update automation
Automations
Update automation
Update an existing automation. Note: This endpoint accepts partial updates (same behavior as PATCH). All fields are optional.
PUT
Update automation
Authorizations
API key authentication via Bearer token
Path Parameters
Automation UUID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Example:
"Auto-reply to inquiries"
Example:
"Sends an auto-reply to new inquiries"
Example:
"message.received"
Whether this automation is event-driven or scheduled
Available options:
event, scheduled Example:
"event"
Example:
"0 9 * * MON-FRI"
Example:
"Reply to the sender thanking them for their inquiry and let them know we will respond within 24 hours."
Example:
true
Example:
"123e4567-e89b-12d3-a456-426614174000"
Example:
"Customer Support"
Example:
100
Required range:
x >= 0Example:
0
Example:
"2025-12-31T23:59:59Z"
The status of the automation
Available options:
draft, pending_evaluation, evaluation_failed, code_generation_failed, pending_approval, active, paused, completed, expired, failed, archived Example:
"active"
Last modified on May 30, 2026