import_research_results
Import completed research results into the CRM as contacts, with optional campaign enrollment and folder assignment.
Instructions
Import completed research results into the CRM as contacts. Only call after check_research_status returns 'complete'. Can auto-assign to a folder and/or enroll in a campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The completed research job ID. | |
| confirmed | No | Must be true to import research results into the CRM. | |
| campaign_id | No | Auto-enroll imported contacts into this campaign. | |
| folder_name | No | Create/use this folder for imported contacts. | |
| idempotency_key | No | Optional stable key to prevent duplicate imports on retries. |