import Nuntly from '@nuntly/sdk';const client = new Nuntly({ apiKey: process.env['NUNTLY_API_KEY'], // This is the default and can be omitted});const response = await client.inboxes.send('ibx_01kabn43yqyxn2bx4ve84mczd3', { subject: 'x', to: [{ address: 'dev@stainless.com' }],});console.log(response.id);
import Nuntly from '@nuntly/sdk';const client = new Nuntly({ apiKey: process.env['NUNTLY_API_KEY'], // This is the default and can be omitted});const response = await client.inboxes.send('ibx_01kabn43yqyxn2bx4ve84mczd3', { subject: 'x', to: [{ address: 'dev@stainless.com' }],});console.log(response.id);