Install the SDK
Add Xurel to the repo Cursor is indexing.
npm i xurel
Cursor
Use Xurel's SDK and docs directly inside Cursor.
Add Xurel to the repo Cursor is indexing.
npm i xurel
Point Cursor at docs.xurel.co or the OpenAPI spec so completions stay accurate.
Ask Cursor to scaffold a send helper, then run it against a test domain.
import { Xurel } from 'xurel';
const xurel = new Xurel(process.env.XUREL_API_KEY!);
await xurel.emails.send({ from, to, subject, html });
More integrations
Create an account, verify your domain, and send in minutes.