Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zapfy-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zapfy-sdk

A package to request all routes on ZapFy

  • 1.1.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
16
increased by700%
Maintainers
1
Weekly downloads
 
Created
Source

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 .

FAQs

Package last updated on 21 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc