FoPost.WebhookEvent (FoPost v0.1.0)

Copy Markdown View Source

A decoded webhook delivery: which event fired, its payload, and when.

Summary

Types

t()

@type t() :: %FoPost.WebhookEvent{
  data: term(),
  event: term(),
  raw: term(),
  timestamp: term()
}