Loading...

Wisenet Webhook developer resources

Wisenet’s Webhooks Connected App allows users to set up subscriptions to certain Wisenet events.

Required Access: LRM Owner

Best practices for using Webhooks

To ensure your Webhooks remain secure and function well with your integration:

  • Handle duplicate events by logging the events you’ve processed and then not processing already-logged events.
  • Configure event types to only receive the specific events required rather than all events.
  • Configure events queue to process incoming events asynchronously to avoid a bottleneck when there are a large number of webhook deliveries.
  • Enhance security to only receive events with an HTTPS server.
  • Use a unique secret key for each endpoint if you are using multiple endpoints.

Event Triggers

The event triggers that are currently available for Webhooks:

Failed Webhooks

Failed webhooks will show in the Event Alerts page.

How to use Wisenet Webhook Event Alerts