View Source ActiveCampaign.Contact.CustomFieldValue (active_campaign v0.3.0)

Documentation for ActiveCampaign.Contact.CustomFieldValue.

Link to this section Summary

Functions

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 for contact

Link to this section Functions

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

Create a custom field value

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

Delete a custom field value

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

Retrieve a custom field value

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

List all custom field values

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

Update a custom field value for contact