- 31 May 2024
- 1 Minute to read
- DarkLight
Webhooks
- Updated on 31 May 2024
- 1 Minute to read
- DarkLight
What are webhooks?
Nexudus webhooks can automatically push data to other systems when a specific action takes place in Nexudus. The receiving end of these webhooks should be a system that understands this type of data and can process it.
The receiving end of a webhook listens for incoming calls coming from Nexudus with specific data.
For example, if you want to notify another system every time you make a change to a member or contact you could use the Customer Update webhook, which sends the data of the contact or member whose record you have updated.
How webhooks work
You can create webhooks in a few clicks on the Admin Panel. Webhooks are created by clicking Settings > Integrations > Webhooks on the Admin Panel.
Available webhooks list
The webhooks listed below are the ones we currently have available. We keep expanding this list based on user requests.
Access control
- Updated
Articles
- Created
- Updated
- Deleted
Bookings
- Created
- Updated
- Deleted
Chat message
- Created
Check-in
- Attempt failed
- Updated
- Deleted
Community messages ( also known as discussion boards)
- Message created
- Thread created
Contracts
- Created
- Activated
- Cancelled
- First activated
- Renewed
- Updated
- Upgraded/downgraded
Credit notes
- Created
Customers
- Failed check-in
- Check-in
- Check-out
- Created
- Updated
- Deleted
- Welcome Email sent
Customer message
- Created
Customer Products
- Created
- Updated
- Deleted
Deliveries
- Created
- Assigned to customers
Event attendees
- Created
- Updated
- Deleted
Events
- Created
- Updated
- Deleted
Floor plans desk
- Created
- Updated
- Deleted
Help-desk
- Message created
- Reply created
Invoices
- First created
- Created
- Updated
- Cancelled / refunded
- Deleted
- Awaiting payment
- Received payment
- Failed payment
- Fully paid
Newsletter subscribers
- Created
- Subscribed
- Unsubscribed
- Removed from group
Plans
- Created
- Updated
- Deleted
Proposals
- Created
- Updated
- Cancelled / refunded
- Deleted
Teams
- Created
- Updated
- Deleted
Visitors
- Created
- Checked-in
- Notified
- Deleted
Webhook requests created by our servers can be verified by calculating a digital signature using a shared secret you can type from the webhooks integration.
GET Webhook Types
GET https://spaces.nexudus.com/api/utils/enums?name=eWebhookAction