zapfy-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

Welcome to zapfy-sdk 👋

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 .

Readme

Keywords

none

Package Sidebar

Install

npm i zapfy-sdk

Weekly Downloads

0

Version

1.1.6

License

MIT

Unpacked Size

450 kB

Total Files

20

Last publish

Collaborators

  • andrerebonato