Send Campaign
documentedSend a campaign immediately or at a scheduled time.
POST /api/v3/campaign.send/jsonEmail Campaign Managementno 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 "http://app.sendloop.com/api/v3/campaign.send/json" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"CampaignID": {{$campaign_id}}, "SendDate": "{{$send_date}}"}'