List unsubscribed contacts
documentedLoad unsubscribed contacts within a date range.
GET /Services.svc/Contacts/UnsubRangeContactsno 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://integration.delivra.com/DelivraRESTServices/Services.svc/Contacts/UnsubRange" \
-G \
-H "Accept: application/json" \
--data-urlencode "username={{DELIVRA_API_USERNAME}}" \
--data-urlencode "password={{DELIVRA_API_PASSWORD}}" \
--data-urlencode "list={{DELIVRA_ACCOUNT_NAME}}" \
--data-urlencode "startDate={{$startDate}}" \
--data-urlencode "endDate={{$endDate}}"
# Sources: Delivra REST API authentication details (username, password, list) and base URL: https://integration.delivra.com/DelivraRESTServices/Services.svc/Contacts/UnsubRange
# API Guide for Developers: https://content.delivra.com/vo/Form.ashx?l=105132&p=a71974a3-0122-449b-bad9-d7aecf9e9a2c