UNPKG

@zenvia/sdk

Version:

This SDK for [Node.js](https://nodejs.org/) was created based on the [Zenvia](https://www.zenvia.com/) [API](https://zenvia.github.io/zenvia-openapi-spec/).

7 lines (6 loc) 386 B
import { Client } from './lib/client'; import { IWebhookOptions, WebhookController } from './lib/webhook'; import { SmsMessageBatch } from './lib/message-batches/sms-message-batch'; import { WhatsAppMessageBatch } from './lib/message-batches/whatsapp-message-batch'; export * from './types'; export { Client, IWebhookOptions, WebhookController, SmsMessageBatch, WhatsAppMessageBatch };