Sign in

Update list

documented

Update a contacts list.

GET https://api.unisender.com/ru/api/updateListListsno 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/updateList?format=json&api_key={{UNISENDER_API_KEY}}&list_id={{LIST_ID}}&title={{TITLE}}&before_subscribe_url={{BEFORE_SUBSCRIBE_URL}}&after_subscribe_url={{AFTER_SUBSCRIBE_URL}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-API-KEY: {{UNISENDER_API_KEY}}"
Update list · UniSender · OpenIntegrations