HookSniffAPI.Model.InboundWebhookResponse (hooksniff v1.0.0)

Result of processing an inbound webhook

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.InboundWebhookResponse{
  endpoint_id: String.t(),
  id: String.t(),
  received_at: DateTime.t(),
  status: String.t()
}

Functions

decode(value)