New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ppp-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ppp-api

A Node.js starter for the Serverless Framework with async/await and unit test support

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
1
Created
Source

Digital Scarcity contact API

  • Includes ability to register EOS accounts with communication preferences
  • Includes ability to send messages to EOS accounts off chain based on their preferences

Usage information

To register a new contact, you can use:

/register

If registering an SMS number to a contact, smsNumber and eosAccount are required. If registering an email address to a contact, emailAddress and eosAccount are required. A value for "commPref" may also be provided. Values should be either "EMAIL" or "SMS".

To send a message, use:

/send-msg

The eosAccount and message parameters are required. The service will find the eosAccount, determine their communication preferences and the messages accordingly.

see examples.js for example usage

  • support for Email and SMS
  • support for Email subject lines
  • support for adding contact types to an existing contact record
  • add support for custom app attributes on each contact
  • add support for Twitter, Telegram, and other communication methods

Current end point info and test API key

https://profiles-api.disc.blue/dev/

r6hj3RIR7p3q23WP9wEUZ6wGfxwnL5Oh7incSQJ8

FAQs

Package last updated on 11 Dec 2019

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