API calls for all endpoints tagged Inbound.
Summary
Functions
Receive inbound webhook for a specific endpoint
Receive inbound webhook from a provider Accepts webhooks from external providers (Stripe, GitHub, etc.) and routes them to the customer's endpoints.
Functions
@spec inbound_provider_endpoint_id_post( Tesla.Env.client(), String.t(), String.t(), %{optional(String.t()) => any()}, keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Receive inbound webhook for a specific endpoint
Parameters
connection(HookSniffAPI.Connection): Connection to serverprovider(String.t):endpoint_id(String.t):body(map()):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec inbound_provider_post( Tesla.Env.client(), String.t(), %{optional(String.t()) => any()}, keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Receive inbound webhook from a provider Accepts webhooks from external providers (Stripe, GitHub, etc.) and routes them to the customer's endpoints.
Parameters
connection(HookSniffAPI.Connection): Connection to serverprovider(String.t):body(map()):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure