View Source ActiveCampaign.Task.Outcome (active_campaign v0.3.0)

Documentation for ActiveCampaign.Task.Outcome.

Link to this section Summary

Functions

Create a task outcome

Delete a task outcome

Retrieve a task outcome

List all task outcomes

Update a task outcome

Link to this section Functions

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

Create a task outcome

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

Delete a task outcome

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

Retrieve a task outcome

Link to this function

list(query_params \\ %{})

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

List all task outcomes

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

Update a task outcome