Sign in

Update relational campaign agent

documented

Update an agent on a relational campaign

PUT /email/v_1/relational-campaign/agents/:id/Relational Organisingno 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.callhub.io/email/v_1/relational-campaign/agents/{{$campaign_id}}/" \
  -X PUT \
  -H "Authorization: Token {{CALLHUB_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{\"status\": \"{{$status}}\", \"role\": \"{{$role}}\", \"start_datetime\": \"{{$start_datetime}}\", \"end_datetime\": \"{{$end_datetime}}\", \"notes\": \"{{$notes}}\"}'
Update relational campaign agent · CallHub · OpenIntegrations