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

Documentation for ActiveCampaign.Account.Contact.

Link to this section Summary

Functions

Create an association

Delete an association

Retrieve an association

List all associations

Update an association

Link to this section Functions

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

Create an association

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

Delete an association

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

Retrieve an association

Link to this function

list(query_params \\ %{})

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

List all associations

Link to this function

update(id, accountContact)

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

Update an association