FoPost.Webhook (FoPost v0.1.0)

Copy Markdown View Source

One webhook subscription.

:secret is only ever returned by FoPost.Webhooks.create/2, and only once — it signs every delivery, so store it then.

Summary

Types

t()

@type t() :: %FoPost.Webhook{
  active: term(),
  created_at: term(),
  events: term(),
  failure_count: term(),
  id: term(),
  last_triggered_at: term(),
  raw: term(),
  secret: term(),
  url: term(),
  workspace_id: term()
}