Skip to main content

Event

Events serve as the key triggers within a system, representing significant occurrences or actions that take place within webhook providers. These events encapsulate essential data and context, allowing webhook consumers to respond appropriately. Our Webhooks Gateway acts as the conduit, facilitating the secure and efficient transfer of these events from the provider to the intended consumer.

To allow you to hanle and process events, as part of a Pipeline, or at your own endpoint, we capture more then just the event data. We also capture the request metadata such as the request headers, URL, and method. This allows you to be flexible in how you handle events, without to worry that you are missing any important information.

Attributes

AttributeTypeDescription
request_headersJSONThe HTTP request headers send by the producer.
request_methodstringThe HTTP request method used by the producer.
request_urlstringThe HTTP request URL used by the producer.
eventJSONThe HTTP request body send by the producer.
ingested_atDateTimeThe date and time the event was received.