View Source ActiveCampaign.Account.Field (active_campaign v0.3.0)

Documentation for ActiveCampaign.Account.Field.

Link to this section Summary

Functions

Create a custom field

Delete a custom field

Retrieve a custom field

List all custom fields

Update a custom field

Link to this section Functions

Link to this function

create(accountCustomFieldMetum)

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

Create a custom field

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

Delete a custom field

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

Retrieve a custom field

Link to this function

list(query_params \\ %{})

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

List all custom fields

Link to this function

update(id, accountCustomFieldMetum)

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

Update a custom field