Webhoox.Webhook.StandardWebhook (Webhoox v0.3.1)

View Source

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

Summary

Types

t()

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