HookSniffAPI.Model.PlaygroundTestRequest (hooksniff v1.0.0)

Test a webhook payload against an endpoint in sandbox

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.PlaygroundTestRequest{
  endpoint_id: String.t(),
  headers: map() | nil,
  payload: map()
}

Functions

decode(value)