1.1.6 ā€¢ Published 2 years ago

zapfy-sdk v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 .

1.1.6

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago