create_action_plans_person
Apply an existing Action Plan to a person to trigger its automated follow-up steps. Use this legacy tool only when the user specifically relies on an existing Action Plan.
Instructions
Apply an Action Plan to a person. (POST /actionPlansPeople) ⚠️ Action Plans are a deprecated FUB feature — Automations are the current, recommended mechanism going forward. Unless the user specifically names an existing legacy Action Plan they already rely on, prefer the automationsPerson tools (create_automations_person to trigger one, update_automations_person to pause/unpause) over this one for new workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personId | Yes | The ID of the person to whom you would like to apply the action plan. | |
| 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. | |
| actionPlanId | Yes | The ID of the action plan to apply |