View Source ActiveCampaign.Connection (active_campaign v0.3.0)

Documentation for ActiveCampaign.Connection.

Link to this section Summary

Functions

Create a connection

Delete a connection

Retrieve a connection

List all connections

Update a connection

Link to this section Functions

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

Create a connection

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

Delete a connection

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

Retrieve a connection

Link to this function

list(query_params \\ %{})

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

List all connections

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

Update a connection