Skip to content

mikenicklas/kickofflabs-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kickofflabs-ex

A simple tool to fetch or create new leads on your KickoffLabs campaign.

Example Usage

IMPORTANt: Set Your List ID

In the config/config.exs set your appropriate list_id.

Create New Lead

To create a new lead, simply call Kickofflabs.Lead.new and provide a keyword list which must include an email. You can append whatever custom fields you want that lead to have.

Kickofflabs.Lead.new(email: "[email protected]", your_custom_field: "NYC")

Get an Existing Lead

To get an existing lead, simply call Kickofflabs.Lead.get with an email OR social_id.

Kickofflabs.Lead.get(email: "[email protected]")

Kickofflabs.Lead.get(social_id: "DCD8B")

Todo

  1. Return a Lead struct opposed to HTTPosion response
  2. Create hex package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages