0.1.1 • Published 1 year ago

@teleflow/whatsapp-business v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Teleflow WhatsappBusiness Provider

A WhatsappBusiness chat provider library for @teleflow/node

Usage

import { WhatsAppBusinessProvider } from '@teleflow/whatsapp-business';

const provider = new WhatsappBusinessChatProvider({
  accessToken: process.env.API_TOKEN,
  phoneNumberIdentification: process.env.PHONE_NUMBER_IDENTIFICATION,
});
0.1.1

1 year ago