Skip to content

seamailer/seamailer-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seamailer JS SDK

For collecting contact information from frontend forms

NPM Version

if you want to send emails try our Node SDK or use the API

Installing

npm install @seamailer/seamailer-js

Usage

import Seamailer from "seamailer-js"

const seamailer = new Seamailer("public api key")

seamailer.contacts.createContact({
    email: "[email protected]",
    firstName: "John",
    lastName: "Doe",
    company: "Acme Inc.",
    tags: "tag1, tag2",
    customFields: {
        field1: "value1",
        field2: "value2",
    },
}).then();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published