View Source ActiveCampaign.Branding (active_campaign v0.3.0)

Documentation for ActiveCampaign.Branding.

Link to this section Summary

Functions

Retrieve a branding

List all brandings

Update a branding

Link to this section Functions

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

Retrieve a branding

examples

Examples

iex> ActiveCampaign.Branding.get(1)
{:ok, %{"branding" => %{...}}}
@spec list() :: {:ok, map()} | {:error, any()}

List all brandings

examples

Examples

iex> ActiveCampaign.Branding.list()
{:ok, %{"brandings" => [%{...}, ...]}}
@spec update(integer(), map()) :: {:ok, map()} | {:error, any()}

Update a branding