Sign in

Publish contact event

documented

Publish a contact event notification.

POST /webhooks/contactsWebhooksno 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://api.xero.com/webhooks/contacts" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "xero-tenant-id: {{$tenant_id}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"deliveryUrl": "{{$webhook_url}}", "events": ["CONTACT.CREATED","CONTACT.UPDATED"]}'
Publish contact event · Xero · OpenIntegrations