View Source ActiveCampaign.Group (active_campaign v0.3.0)

Documentation for ActiveCampaign.Group.

Link to this section Summary

Functions

Create a group

Delete a group

Retrieve a group

List all groups

Retrieve a user by email

Update a group

Link to this section Functions

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

Create a group

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

Delete a group

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

Retrieve a group

Link to this function

list(query_params \\ %{})

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

List all groups

Link to this function

list_group_limits(query_params \\ %{})

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

Retrieve a user by email

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

Update a group