Collection of Pipedream components for sending SMS, placing voice calls and running phone-number lookups via the seven gateway.
| 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 |
- A Pipedream account and the
pdCLI authenticated against your workspace - A seven account with API key (How to get your API key)
git clone https://github.com/seven-io/pipedream-component.git
cd pipedream-componentPublish 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.mjsSet your API key in one of two ways:
- Workspace env var - Add
SEVEN_API_KEYunder Pipedream environment variables. - Per-step - Fill the
apiKeyfield directly on each component instance.
Need help? Feel free to contact us or open an issue.