Cyphi.Webhook (Cyphi v0.1.0)

Provides struct and type for a Webhook

Summary

Types

t()

@type t() :: %Cyphi.Webhook{
  event: String.t(),
  id: integer() | nil,
  recipe_id: String.t() | nil,
  target_url: String.t()
}