1.1.6 ā¢ Published 2 years ago
zapfy-sdk v1.1.6
A package to handle all integrations with ZapFy ecosystem
š Documentation
š Homepage
Prerequisites
- node >= 16
Install
npm i zapfy-sdk
or
yarn add zapfy-sdk
Example (how to use)
import { ZapfySdk } from 'zapfy-sdk';
await ZapfySdk.Message.sendTextMessage({
destination: '55 27 99999999',
text: 'Uma mensagem de texto diretamente do sdk',
instanceKey: 'INSTANCE_KEY_GOES_HERE',
instanceToken: 'INSTANCE_TOKEN_GOES_HERE'
});
Author
š¤ ZapFy & vektar.tech .