ex_easypost v1.0.0 ExEasyPost.Webhook

Link to this section Summary

Functions

Create a Webhook

Delete a Webhook

Retrieve a Webhook by id

Retrieve a list of Webhooks

Enable a Webhook that has been disabled

Link to this section Functions

Link to this function create(params)
create(map()) :: ExEasyPost.Operation.t()

Create a Webhook

Link to this function delete(id)
delete(binary()) :: ExEasyPost.Operation.t()

Delete a Webhook

Link to this function find(id)
find(binary()) :: ExEasyPost.Operation.t()

Retrieve a Webhook by id

Retrieve a list of Webhooks

Link to this function update(id)
update(binary()) :: ExEasyPost.Operation.t()

Enable a Webhook that has been disabled