Sign in

Export contacts

documented

Export contacts data.

GET https://api.unisender.com/ru/api/exportContactsContactsno 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/async/exportContacts?api_key={{UNISENDER_API_KEY}}&notify_url={{$notify_url}}&list_id={{$list_id}}&field_names[]={{$field1}}&field_names[]={{$field2}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Export contacts · UniSender · OpenIntegrations