What are webhooks?

Webhooks are a way for Yorlet to send real-time notifications to your server about events that happen in your Yorlet account. When an event occurs, Yorlet sends an HTTP POST request to the webhook’s configured URL with a payload of the event data.

Use cases

Webhooks are useful for a variety of use cases, such as:

  • Sending notifications to your server when events are created in your account.
  • Updating your database when events occur in your account.
  • Triggering actions in thrid party services like Zapier, when events occur in your account.

Events overview

Yorlet generates events for various actions that occur in your account. You can subscribe to specific events to receive notifications about them. For example, you can subscribe to the customer.created event to receive a notification when a new customer is created in your account.