HookSniffAPI.Api.Simulator (hooksniff v1.0.0)

API calls for all endpoints tagged Simulator.

Summary

Functions

simulator_post(connection, opts \\ [])

@spec simulator_post(
  Tesla.Env.client(),
  keyword()
) :: {:ok, nil} | {:error, Tesla.Env.t()}

Simulate a webhook delivery

Parameters

  • connection (HookSniffAPI.Connection): Connection to server
  • opts (keyword): Optional parameters
    • :body (SimulatorPostRequest):

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure