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

Documentation for ActiveCampaign.Deal.Contact.

Link to this section Summary

Functions

Create a secondary contact

Delete a secondary contact

Retrieve a secondary contact

List all secondary contacts

Update a secondary contact

Link to this section Functions

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

Create a secondary contact

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

Delete a secondary contact

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

Retrieve a secondary contact

Link to this function

list(query_params \\ %{})

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

List all secondary contacts

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

Update a secondary contact