Update integration trigger
documentedUpdate an integration filter.
PUT /v3/a/{account_id}/integration_triggers/{integration_trigger_id}.jsonAccountsno 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.callrail.com/v3/a/{{$account_id}}/integration_triggers/{{$integration_trigger_id}}.json" \
-X PUT \
-H "Authorization: Token token={{CALLRAIL_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"call_type": "{{$call_type}}", "min_duration": {{$min_duration}}, "tracker_ids": ["{{$tracker_id}}"]}'