Send Web Push campaign
documentedSend a Web Push campaign.
POST /campaigns/web-push/{campaign_hash}/actions/sendCampaignsno 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.egoiapp.com/marketing-api/v3/campaigns/web-push/{{$campaign_hash}}/actions/send" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Apikey: {{E-GOI_API_KEY}}" \
-d '{"site_id": {{$site_id}}, "segments": {"type": "none"}, "notify": {{$notify}}}'