View Source ActiveCampaign.Tag (active_campaign v0.3.0)

Documentation for ActiveCampaign.Tag.

Link to this section Summary

Functions

Create a tag

Delete a Tag

Retrieve a tag

Update a tag

Link to this section Functions

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

Create a tag

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

Delete a Tag

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

Retrieve a tag

Link to this function

list(query_params \\ %{})

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

List all tags

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

Update a tag