View Source ActiveCampaign.Deal.Group (active_campaign v0.3.0)

Documentation for ActiveCampaign.Deal.Group.

Link to this section Summary

Functions

Create a pipeline

Delete a pipeline

Retrieve a pipeline

List all pipelines

Update a pipeline

Link to this section Functions

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

Create a pipeline

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

Delete a pipeline

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

Retrieve a pipeline

Link to this function

list(query_params \\ %{})

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

List all pipelines

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

Update a pipeline