malomo v0.0.6 Malomo.Webhook

Link to this section Summary

Functions

Create a webhook.

Delete a webhook.

Retrieve a single webhook.

Update a webhook.

Verify the signature of an incoming webhook event.

Link to this section Functions

Link to this function

create(params)
create(map()) :: Malomo.Operation.t()

Create a webhook.

Delete a webhook.

Retrieve a single webhook.

Link to this function

update(id, params)
update(binary(), map()) :: Malomo.Operation.t()

Update a webhook.

Link to this function

verify_signature(signature, secret, body)
verify_signature(binary(), binary(), binary()) :: :ok | :error

Verify the signature of an incoming webhook event.