Skip to content

seven-io/pipedream-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seven logo

seven Components for Pipedream

Collection of Pipedream components for sending SMS, placing voice calls and running phone-number lookups via the seven gateway.

MIT License Pipedream component Node.js 18+


Components

File Action
actions/send-sms/send-sms.mjs Send an SMS
actions/tts-call/tts-call.mjs Place a text-to-speech voice call
actions/lookup-cnam/lookup-cnam.mjs CNAM (caller-name) lookup
actions/lookup-format/lookup-format.mjs Format / validate a phone number
actions/lookup-hlr/lookup-hlr.mjs HLR phone-number lookup
actions/lookup-mnp/lookup-mnp.mjs MNP (number-portability) lookup

Prerequisites

Installation

git clone https://github.com/seven-io/pipedream-component.git
cd pipedream-component

Publish the components you need:

pd publish ./actions/send-sms/send-sms.mjs
pd publish ./actions/tts-call/tts-call.mjs
pd publish ./actions/lookup-cnam/lookup-cnam.mjs
pd publish ./actions/lookup-format/lookup-format.mjs
pd publish ./actions/lookup-hlr/lookup-hlr.mjs
pd publish ./actions/lookup-mnp/lookup-mnp.mjs

Configuration

Set your API key in one of two ways:

Support

Need help? Feel free to contact us or open an issue.

License

MIT