Add GoHighLevel Contact To Workflow
ghl_add_contact_to_workflowAdd a contact to a GoHighLevel workflow using contact ID and workflow ID. Write operation requires explicit approval.
Instructions
Add a contact to a workflow with POST /contacts/{contactId}/workflow/{workflowId}. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | Contact ID. | |
| workflow_id | Yes | Workflow ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |