Loading...
Loading...
A clean REST API, first-party SDKs, and webhooks that never miss an event.
import { Resurpass } from "@Resurpass /sdk";
const client = new Resurpass (process.env.OUTREACH_KEY);
await client.leads.create({
email: "hello@northwind.co",
first_name: "Priya",
company: "Northwind",
campaign_id: "cmp_9f4a",
});Endpoints, error codes, rate limits, and SDK references.