HookSniffAPI.Model.SimulatorRequest (hooksniff v1.0.0)

Send a simulated webhook event

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.SimulatorRequest{
  delay_ms: integer() | nil,
  endpoint_id: String.t(),
  event_type: String.t(),
  payload: map()
}

Functions

decode(value)