Sign in

Load contacts (range)

documented

Load a set of contacts added within a date range.

GET /Services.svc/Contacts/JoinRangeContactsno 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://integration.delivra.com/DelivraRESTServices/Services.svc/Categories/{{$categoryNameOrId}}/Contacts/JoinRange?startDate={{$startDate}}&endDate={{$endDate}}&pageSize={{$pageSize}}&pageNumber={{$pageNumber}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "username: {{DELIVRA_USERNAME}}" \
  -H "password: {{DELIVRA_SECRET}}" \
  -H "listname: {{DELIVRA_LISTNAME}}"