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(params)
create(map()) :: Malomo.Operation.t()
create(map()) :: Malomo.Operation.t()
Create a webhook.
Link to this function
delete(id)
delete(id)
delete(binary()) :: Malomo.Operation.t()
delete(binary()) :: Malomo.Operation.t()
Delete a webhook.
Link to this function
find(id)
find(id)
find(binary()) :: Malomo.Operation.t()
find(binary()) :: Malomo.Operation.t()
Retrieve a single webhook.
Link to this function
update(id, params)
update(id, params)
update(binary(), map()) :: Malomo.Operation.t()
update(binary(), map()) :: Malomo.Operation.t()
Update a webhook.
Link to this function
verify_signature(signature, secret, body)
Verify the signature of an incoming webhook event.