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

Documentation for ActiveCampaign.Account.FieldValue.

Link to this section Summary

Functions

Bulk create a custom account field value

Bulk update a custom field value

Create a custom field value

Delete a custom field value

Retrieve a custom field value

List all custom field values

Update a custom field value

Link to this section Functions

@spec bulk_create([map()]) :: {:ok, map()} | {:error, map()}

Bulk create a custom account field value

@spec bulk_update([map()]) :: {:ok, map()} | {:error, map()}

Bulk update a custom field value

Link to this function

create(accountCustomFieldDatum)

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

Create a custom field value

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

Delete a custom field value

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

Retrieve a custom field value

Link to this function

list(query_params \\ %{})

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

List all custom field values

Link to this function

update(id, accountCustomFieldDatum)

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

Update a custom field value