Mark Contact Off-Limit
mark_contact_off_limitMark up to 25 contacts as off-limit by providing their slugs, a status ID, and an end date. Optionally add a reason and receive the updated slug list.
Instructions
Marks up to 25 Recruit CRM contacts as off-limit. Requires contact_slugs, status_id, and end_date in DD-MM-YYYY format; reason is optional. Returns the updated slug list, status_id, end_date, reason, and API remark.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Off-limit reason. | |
| end_date | Yes | Off-limit end date in DD-MM-YYYY format. | |
| status_id | Yes | Off-limit status ID. Resolve with list_off_limit_statuses. | |
| contact_slugs | Yes | Contact slugs to mark off-limit. Max 25. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| remark | Yes | ||
| end_date | Yes | ||
| status_id | Yes | ||
| contact_slugs | Yes | ||
| requested_count | Yes |