Sign in

Subscribe contact to categories

documented

Add a contact to a set of categories.

POST /Services.svc/Contacts/{emailOrId}/CategoriesContactsno 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/Contacts/{{$emailOrId}}/Categories' \
  -X POST \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'username: {{DELIVRA_USERNAME}}' \
  -H 'password: {{DELIVRA_PASSWORD}}' \
  -H 'listname: {{DELIVRA_LISTNAME}}' \
  -d '{"categoryIDs": {{$categoryIDs}}}'
Subscribe contact to categories · Delivra · OpenIntegrations