Sign in

Subscribe to an audience

documented

Update membership/subscription status for contacts within an audience.

PUT /v1/audience/subscribeAudiencesno 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.ap3api.com/v1/audience/subscribe" \
  -X PUT \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"audience_id": "{{$audience_id}}", "people": [ {"email": "{{$email}}", "sms_opted_in": {{$sms_opted_in}}} ], "async": {{$async}} }'
Subscribe to an audience · Autopilot (Ortto) · OpenIntegrations