Initiate bulk edit
documentedInitiate bulk edits.
POST /bulk_action/edit/Bulk Actionsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.close.com/api/v1/bulk_action/edit/" \
-X POST \
-u "{{CLOSE_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"s_query": {{$s_query}}, "results_limit": {{$results_limit}}, "sort": {{$sort}}, "type": "{{$bulk_action_type}}", "lead_status_id": "{{$lead_status_id}}", "custom_field_id": "{{$custom_field_id}}", "custom_field_name": "{{$custom_field_name}}", "custom_field_value": "{{$custom_field_value}}", "custom_field_values": {{$custom_field_values}}, "custom_field_operation": "{{$custom_field_operation}}", "send_done_email": {{$send_done_email}}}'