Collection of Adalo components for SMS, RCS, Voice and number-lookups via the seven gateway.
- SMS - Send text messages with flash, delay and performance-tracking options
- RCS - Send Rich Communication Services messages with enhanced media support
- Voice - Place text-to-speech voice calls
- Lookup Format - Validate and format phone numbers
- Lookup CNAM - Caller-name lookup
- Lookup HLR - Home Location Register info
- Lookup MNP - Mobile Number Portability check
- An Adalo account
- A seven account with API key (How to get your API key)
The component library is published to the Adalo marketplace.
- Open your Adalo app in the editor.
- Open the Components panel.
- Search for seven and add the components you need.
Each component takes the following common props:
| Prop | Description |
|---|---|
apiKey |
Your seven API key |
callbackAction |
Adalo action to run when the request completes |
In addition, each component takes its own message/lookup-specific props (to, from, text, etc.).
npm install # install dependencies
npm run start # local Adalo CLI dev server
npm run login # authenticate against Adalo
npm run publish # publish to the Adalo marketplaceNeed help? Feel free to contact us or open an issue.