Subscribe to list
documentedSubscribe a contact to a specific list by ID.
POST /lists/{list_id}/subscribe.jsonListsno 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://simplero.com/api/v1/lists/{{$list_id}}/subscribe.json" \
-X POST \
-u "{{SIMPLERO_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{ "first_name": "{{$first_name}}", "last_name": "{{$last_name}}", "email": "{{$email}}", "ip_address": "{{$ip_address}}", "referrer": "{{$referrer}}", "ref": {{$ref}}, "track": "{{$track}}", "first_activated_at": "{{$first_activated_at}}", "auto_responder_start_at": "{{$auto_responder_start_at}}", "landing_page_id": {{$landing_page_id}}, "tags": "{{$tags}}", "phone": "{{$phone}}", "gdpr_consent": {{$gdpr_consent}} }'