Marketing
Connect Benchmark Email
Email marketing platform with drag-and-drop campaign builder, A/B testing, and engagement analytics.
Marketing
Benchmark Email
Email marketing platform with drag-and-drop campaign builder, A/B testing, and engagement analytics.
Sample request
// 1. Mint a session token for the end user
const session = await link.connect.session({
integrationKey: "benchmark-email",
userId: "u_42",
});
// 2. After the user completes OAuth, proxy a request
const res = await link.proxy("benchmark-email", "u_42", {
method: "GET",
endpoint: "/api/v1/me",
});