Subscribe Email Address
documentedSubscribe an email address to a list.
POST /api/v3/subscriber.subscribe/jsonSubscribersno 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/subscriber.subscribe/json" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"EmailAddress": "{{$email}}", "ListID": {{$list_id}}, "SubscriptionIP": "{{$subscription_ip}}", "Fields": {"CustomField1": "{{$custom1}}", "CustomField2": "{{$custom2}}"}}'