LemonGateway.Transports.Webhook.InvocationDispatch (lemon_gateway v0.1.0)

View Source

Builds router submissions for webhook requests and dispatches them through RouterBridge.

Summary

Functions

submit_run(conn, integration_id, integration, payload, normalized, idempotency_ctx, opts)

@spec submit_run(Plug.Conn.t(), binary(), map(), map(), map(), map(), keyword()) ::
  {:ok, map()} | {:error, term()}