Skip to content

API service that saves landing page leads to CRM

Notifications You must be signed in to change notification settings

Creatly/leads-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creatly Leads API

Service that collects info from landing page's lead form & saves it to CRM (Trello Board)

Prerequisites

  • go 1.16

Build & Run

  1. Set env variables
export TRELLO_LIST_NAME="Leads"
export TRELLO_BOARD_ID=TqW02k3K
export TRELLO_API_TOKEN=<your token>
export TRELLO_API_KEY=<your key>
  1. Run app
make run

API

POST /leads

{
    "firstname": "Vasya",
    "lastname": "Pupkin",
    "email": "vasyapupkin@gmail.com",
    "phone": "+380996969228",
    "source": "pdf",
    "niche": "IT",
    "utm_source": "instagram",
    "utm_medium": "target"
}

About

API service that saves landing page leads to CRM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published