Sign in

Unsubscribe

documented

Unsubscribe a contact from lists.

GET https://api.unisender.com/ru/api/unsubscribeContactsno 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.unisender.com/ru/api/unsubscribe?format=json&api_key={{UNISENDER_API_KEY}}&contact={{$contact}}&contact_type={{$contact_type}}&list_ids={{$list_ids}}" \
  -X GET \
  -H "Accept: application/json"
Unsubscribe · UniSender · OpenIntegrations