Documentation Index
Fetch the complete documentation index at: https://pearsdb.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Instalar
Descarga el SDK de Node.js usando tu gestor de paquetes favorito.
Inicio Rápido
La forma más fácil de enviar un correo electrónico es usando el parámetro html.
import { PearsDB } from 'pearsdb';
const pearsdb = new PearsDB('pdb_123456789');
(async function () {
try {
const data = await pearsdb.create({
name: 'Bill Stern',
company: 'Acme Corp',
to: ['delivered@resend.dev'],
subject: 'Hello World'
});
console.log(data);
} catch (error) {
console.error(error);
}
})();
Al usar esto no podrás utilizar reglas y condiciones.
Ejecutar Localmente
Ejecuta el siguiente comando en tu terminal.