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

Documentation for ActiveCampaign.Deal.Field.

Link to this section Summary

Functions

Create a custom field meta

Delete a custom field

Retrieve a custom field

List all custom fields

Update a custom field

Link to this section Functions

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

Create a custom field meta

@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

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

Update a custom field