Webhook subscriptions
In order to be notified about an event that triggered in a business account, you’ll need to create one or more subscriptions.
Webhook subscriptions tell our platform which events your particular app would like to receive. inTandem currently supports the following subscription types:
- client:
- created
- updated
- invoice:
- created
- issued
- updated
- payment:
- recorded
- refunded
- updated
- deposit:
- created
- message:
- business_sent_message
- client_sent_message
- appointment:
- requested
- scheduled
- rescheduled
- cancelled
- reminder_sent
- review:
- submitted
- estimate:
- requested
- rejected
- approved
- document:
- created
- event_attendance:
- created
- updated
- app_subscription:
- installed
- uninstalled
- staff:
- created
- updated
- deactivated
- deleted
- account:
- closed
Most update list of webhooks and more details can be found here.
Updated 2 months ago
What’s Next