Email Logs
View delivery logs, delete entries, and resend failed emails.
Get Logs
const logs = await client.getEmailLogs();
logs.forEach(log => console.log(log.type, log.recipient, log.status));Delete Log
await client.deleteEmailLog('log_123');Resend Failed Email
await client.resendEmail('log_123');Continue reading
WebhooksRegister webhooks for quote.submitted, form.submitted, option.changed, and configuration.saved events.Augmented RealityEnable and configure surface and wearable AR experiences.TypeScriptBuilt-in TypeScript types and error classes (AuthenticationError, ValidationError, NotFoundError).ExamplesEnd-to-end recipes — headless embeds, binding external UI to SDK events, and more.
