View Source ActiveCampaign

Module Version Hex Docs License Last Updated

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"}
  ]
end

and 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"