@syncport/hubspot
v0.1.1
Published
HubSpot CRM adapter for Syncport — transform JSON into HubSpot contact payloads
Maintainers
Readme
@syncport/hubspot
HubSpot CRM adapter for Syncport — transform JSON into HubSpot contact-style payloads.
Install
npm install @syncport/core @syncport/hubspotQuick start
import { transform } from "@syncport/core";
import { HubspotAdapter } from "@syncport/hubspot";
const result = transform({ name: "Ali", email: "[email protected]" })
.map({ fields: { name: "name", email: "email" } })
.sanitize()
.use(new HubspotAdapter())
.export();Links
- Playground — try HubSpot output live
- GitHub
- @syncport/core
License
MIT
