View Source Webhoox.Webhook.StandardWebhook (Webhoox v0.3.0)

Struct modeling incoming Standard Webhooks compatible Events Read more here: https://standardwebhooks.com

Summary

Types

@type t() :: %Webhoox.Webhook.StandardWebhook{
  id: String.t(),
  payload: map(),
  timestamp: Integer.t()
}