Sign in

Bulk update companies

documented

Bulk update company settings (e.g., external form capture) for multiple companies in the account.

POST /v3/a/{account_id}/companies/bulk_update.jsonAccountsno implementation yet0 runs
No 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.callrail.com/v3/a/{{$account_id}}/companies/bulk_update.json" \
  -X POST \
  -H "Authorization: Token token={{CALLRAIL_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{\"company_ids\": [\"{{$company_id1}}\", \"{{$company_id2}}\"], \"external_form_capture\": {{$external_form_capture}}}'
Bulk update companies · CallRail · OpenIntegrations