pause_lead_execution
Pause campaign workflow steps for a specific lead to temporarily halt automated actions and communications.
Instructions
Pause the execution of campaign steps for a specific lead
This pauses all upcoming steps in the campaign workflow for this lead.
Args: lead_id: The ID of the lead to pause
Returns: Confirmation of lead pause
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"lead_id": {
"type": "string"
}
},
"required": [
"lead_id"
],
"type": "object"
}