update_automations_person
Pause or resume a person's automation by updating its status to Running or Paused, giving immediate control over execution.
Instructions
Pause or unpause an Automation for a Person. (PUT /automationsPeople/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | No | Automation Status, i.e. "Paused" to pause the Automation or "Running" to unpause it | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |