HookSniff.Inbound (hooksniff v1.2.0)
Inbound webhook configuration.
Summary
Functions
Create a config
Delete a config
Handle inbound webhook
List inbound configs
Update a config
Functions
@spec create_config(HookSniff.t(), map()) :: {:ok, map()} | {:error, term()}
Create a config
@spec delete_config(HookSniff.t(), String.t()) :: {:ok, map()} | {:error, term()}
Delete a config
Handle inbound webhook
@spec list_configs(HookSniff.t()) :: {:ok, map()} | {:error, term()}
List inbound configs
@spec update_config(HookSniff.t(), String.t(), map()) :: {:ok, map()} | {:error, term()}
Update a config