Sign in

Add Contacts to Lists (Bulk)

documented

Bulk add contacts to one or more lists via an asynchronous activity.

POST /activities/add_list_membershipsContact Listsno 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.cc.email/v3/activities/add_list_memberships" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Cache-Control: no-cache" \
  -d '{"source": {"contact_ids": ["{{$contact_id_1}}","{{$contact_id_2}}"]}, "list_ids": ["{{$list_id_1}}","{{$list_id_2}}"]}'
Add Contacts to Lists (Bulk) · Constant Contact · OpenIntegrations