Sign in

Send Web Push campaign

documented

Send a Web Push campaign.

POST /campaigns/web-push/{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/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}}}'
Send Web Push campaign · E-goi · OpenIntegrations