Sign in

View Unsubscribed Contacts

documented

View unsubscribed contacts for your account or sub-accounts.

Contactsno 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://www.firetext.co.uk/api/unsubscribed" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "apiKey={{FIRETEXT_API_KEY}}&from={{$from}}&to={{$to}}&pp={{$pp}}&page={{$page}}&group={{$group}}&subaccount={{$subaccount}}"
View Unsubscribed Contacts · FireText · OpenIntegrations