Get visited links
documentedGet tracking information about clicked links.
GET https://api.unisender.com/ru/api/getVisitedLinksMessagesno 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://api.unisender.com/ru/api/getVisitedLinks?format=json&api_key={{UNISENDER_API_KEY}}&campaign_id={{$campaign_id}}&group={{$group}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"