HookSniffAPI.Api.Simulator (hooksniff v1.0.0)
API calls for all endpoints tagged Simulator.
Summary
Functions
Simulate a webhook delivery
Functions
@spec simulator_post( Tesla.Env.client(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Simulate a webhook delivery
Parameters
connection(HookSniffAPI.Connection): Connection to serveropts(keyword): Optional parameters:body(SimulatorPostRequest):
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure