4.6.6 • Published 6 months ago

hgi-leadme v4.6.6

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Connecting with LeadMe

Node.js API wrapper for LeadMe

Installation

Install with npm i hgi-leadme@latest

Usage

const leadme = new LeadmeService("http://localhost:3000", "secret_token");

const result = await leadme.createContact({
  offerId: "offer-id-uuid",
  email: "user-email@example.com",
  name: "John",
  surname: "Smith",
});

if (result.success) {
  const createdContact = result.data;
  // Do something with createdContact;
} else {
  // Error!
  console.log(result.error);
}
4.6.6

6 months ago

4.6.3

7 months ago

4.6.2

8 months ago

4.4.4

8 months ago

4.6.5

7 months ago

4.6.4

7 months ago

4.5.0

8 months ago

4.4.1

8 months ago

4.4.0

8 months ago

4.6.1

8 months ago

4.4.3

8 months ago

4.6.0

8 months ago

4.4.2

8 months ago

4.1.0

9 months ago

4.0.1

9 months ago

4.0.0

9 months ago

4.3.0

9 months ago

4.2.1

9 months ago

4.2.0

9 months ago

3.2.4

10 months ago

3.2.2

10 months ago

3.2.1

11 months ago

3.2.0

12 months ago

3.2.3

10 months ago

3.1.0

1 year ago

3.0.0

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago