create_automations_person
Trigger an automation for a specific person using person and automation IDs. Run a Follow Up Boss workflow manually for an existing contact.
Instructions
Manually trigger an Automation for a specified Person. (POST /automationsPeople)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personId | No | ID of an existing Person for which to run the Automation | |
| 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. | |
| automationId | No | ID of an existing Automation to trigger |