Skip to content
This repository has been archived by the owner on Mar 13, 2020. It is now read-only.

Financial-Times/next-b2b-prospect

Repository files navigation

next-b2b-prospect

CircleCI

Embeddable B2B Prospect form which creates a unique lead Marketo.

Setup

make install # install all dependencies
make build # compile assets
make .env # ensure environmental var dependencies exist

Running locally

make run-local

Access point

Access the form locally via: http://localhost:3002/form

Production: https://next-b2b-prospect.ft.com/form

Endpoints

  • GET /form
    • Renders the "Contact Form"
    • Pushes the lead data into Marketo
  • POST /api/marketo
    • Marketo Interface to create or update leads
    • Has strict validation in place to prevent extra or invalid fields.