View Source ActiveCampaign.Task (active_campaign v0.3.0)

Documentation for ActiveCampaign.Task.

Link to this section Summary

Functions

Create a task

Delete a task

Retrieve a task

List all tasks

Update a task

Link to this section Functions

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

Create a task

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

Delete a task

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

Retrieve a task

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

List all tasks

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

Update a task