View Source ActiveCampaign
A thin wrapper around the Active Campaign version 3 API.
installation
Installation
First, add the ActiveCampaign package to your mix.exs dependencies:
def deps do
[
{:active_campaign, "~> 0.2.0"}
]
endand run $ mix deps.get
usage
Usage
Put your API key and API URL in your config.exs file:
config :active_campaign,
api_key: "myApiKey",
api_url: "https://example.api-us1.com"