hires_create_nurture_campaign
Create nurture campaigns with sequential email, SMS, voicemail, stage move, tag, and task steps. Bind to a workflow stage to automate candidate follow-up.
Instructions
Create a nurture campaign with steps. Steps are executed sequentially; each step has a type (email, sms, voicemail, move_to_next_stage, assign_tag, assign_task) with type-specific fields. Optionally bind to a workflow stage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Campaign steps (at least one required) | |
| title | Yes | Campaign name | |
| stage_id | No | Stage ID that triggers the campaign | |
| timezone | No | IANA timezone, e.g. "America/New_York" | |
| company_id | No | Target company ID (optional if API key is scoped to one company) | |
| delay_time | No | Delay time in seconds | |
| send_to_all | No | Send to all candidates or only new ones (default false) | |
| workflow_id | No | Workflow ID to bind the campaign to | |
| relative_days | No | Relative days for schedule | |
| relative_time | No | Relative time for schedule (seconds from midnight) | |
| response_move_to_stage_id | No | Stage to move candidate to when they reply |