Sign in

Send email campaign

documented

Send an email campaign.

POST /campaigns/email/{campaign_hash}/actions/sendCampaignsno 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.egoiapp.com/campaigns/email/{{$campaign_hash}}/actions/send" \
  -X POST \
  -H "Apikey: {{E-GOI_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"list_id": {{$list_id}}, "segments": {{$segments}}, "notify": {{$notify}}, "destination_field": "{{$destination_field}}", "unique_contacts_only": {{$unique_contacts_only}}, "limit_hour": {"hour_start": "{{$hour_start}}", "hour_end": "{{$hour_end}}"} }'