Automations
Update Automation
Update an existing automation
PUT
Documentation Index
Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Beta. See the Automations Overview for the full feature description.
platform, accountId) is rejected as a validation error.
Sending triggers or actions replaces the existing children atomically: the old set is deleted and the new set is written in a single Firestore transaction. To change only one trigger, send the full new array.
Re-activating a previously-inactive automation (active: true) re-checks the active-cap. If the cap is already at the limit, the update fails with code 470 and no changes are made.
Header Parameters
Path Parameters
The automation ID returned from
POST /automations.Body Parameters
New name.
New description.
Toggle the automation on or off. Setting this from
false to true re-checks the active automation cap.Full replacement set of triggers (1–50). Same shape as the create endpoint.
Full replacement set of actions (1–50). Same shape as the create endpoint.
