View Source ActiveCampaign.Webhook (active_campaign v0.3.0)

Documentation for ActiveCampaign.Webhook.

Link to this section Summary

Functions

Create a webhook

Delete a webhook

Retrieve a webhook

List all webhooks

List all webhook events

Update a webhook

Link to this section Functions

@spec create(map()) :: {:ok, map()} | {:error, any()}

Create a webhook

@spec delete(integer()) :: {:ok, map()} | {:error, any()}

Delete a webhook

@spec get(integer()) :: {:ok, map()} | {:error, any()}

Retrieve a webhook

Link to this function

list(query_params \\ %{})

View Source
@spec list(map()) :: {:ok, map()} | {:error, any()}

List all webhooks

Link to this function

list_events(query_params \\ %{})

View Source
@spec list_events(map()) :: {:ok, map()} | {:error, any()}

List all webhook events

@spec update(integer(), map()) :: {:ok, map()} | {:error, any()}

Update a webhook