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
Attribute | Type | Description |
---|---|---|
request_headers | JSON | The HTTP request headers send by the producer. |
request_method | string | The HTTP request method used by the producer. |
request_url | string | The HTTP request URL used by the producer. |
event | JSON | The HTTP request body send by the producer. |
ingested_at | DateTime | The date and time the event was received. |