Publish contact event
documentedPublish a contact event notification.
POST /webhooks/contactsWebhooksno 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://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"]}'