Sign in

Subscribe contact to category

documented

Add a contact to a specific category.

PUT /Services.svc/Contacts/{emailOrId}/Categories/{categoryNameOrId}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://integration.delivra.com/DelivraRESTServices/Services.svc/Contacts/{{$emailOrId}}/Categories/{{$categoryNameOrId}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "username: {{DELIVRA_USERNAME}}" \
  -H "password: {{DELIVRA_PASSWORD}}" \
  -H "listname: {{DELIVRA_LISTNAME}}" 
# Source: turn2view0
Subscribe contact to category · Delivra · OpenIntegrations