latestOpenAPI 3.1.02026-08-233001841.3 MB
0dcf3303e9d7
bulk_actions.edit
Initiate a new bulk edit
Pass additional parameters depending on which type is passed:
- set_lead_status will set the Lead Status on all leads. It expects:
- lead_status_id - ID of the Lead Status to use.
- clear_custom_field will clear/remove/unset a specific custom field from all leads. It expects:
- custom_field_id or custom_field_name - ID or exact name of the custom field to remove.
- set_custom_field will set/update/add a specific custom field on all leads. It expects:
- custom_field_id or custom_field_name - ID or exact name of the custom field to set/update.
- custom_field_value - New value. Use custom_field_values to pass multiple values to custom fields that support it.
- custom_field_operation - replace, add, or remove (defaults to replace). Only applicable for custom fields that accept multiple values.
Use "send_done_email": false if you don't want to get a confirmation email after the bulk action is done.
post/bulk_action/edit/
Response
Successful response