Spotzee routes SMS sends through a provider you bring. Five providers are supported: Twilio, Plivo, Telnyx, Vonage, and httpSMS. Pick the one your number is registered with and paste the credentials.Documentation Index
Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt
Use this file to discover all available pages before exploring further.
SMS provider configuration lives under Settings → Integrations and requires the project
admin role. Vonage appears internally as nexmo (its legacy name); the UI labels it Vonage.Pick a provider
Each provider takes a different credential shape:| Provider | Credentials | Notes |
|---|---|---|
| Twilio | Account SID, Auth Token, Phone number | Pre-built inbound webhook for STOP/HELP and replies |
| Plivo | Auth ID, Auth Token, Phone number | Pre-built inbound webhook |
| Telnyx | API Key, Phone number | Pre-built inbound webhook |
| Vonage | API Key, API Secret, Phone number | Sends through the Vonage SMS API |
| httpSMS | API Key, Phone number | Sends through an Android device acting as the gateway |
+61400000000).
Configure your provider
- Twilio
- Plivo
- Telnyx
- Vonage
- httpSMS
Get Twilio credentials
In the Twilio console, copy your Account SID and Auth Token (or create a sub-account API key for tighter scoping). Note the SMS-capable phone number you’ll send from.
Configure inbound webhook
Spotzee shows an Inbound URL in the provider’s setup metadata. Paste that URL into your Twilio number’s Messaging webhook so STOP, HELP, and replies flow back into Spotzee.
Save and test
Save and send a test message (see Test the connection).
Test the connection
Each provider has a test-send affordance. Run one before you point real campaigns at the provider.Set the default provider
Spotzee picks the default SMS provider for any send that doesn’t name one. Mark one provider as default after saving it. Add more providers as fallbacks; the routing layer prefers the default and only falls back when the default fails or is disabled.Inbound replies and STOP/HELP handling
Inbound webhooks are how Spotzee receives replies, including STOP and HELP keywords. Spotzee writes the reply onto the user record, marks the user as opted-out for STOP, and sends back the project’s configured SMS opt-out message or SMS help message (set under Settings → General → Push and SMS). Twilio, Plivo, and Telnyx have explicit Inbound URLs that Spotzee shows in the provider’s setup metadata. Vonage and httpSMS use their own inbound message conventions; route them at the same Spotzee endpoint shown in the provider’s setup metadata.Next steps
Provider catalogue
Compare providers across email, SMS, push, webhook, and in-app.
Set up a project
Configure SMS opt-out and help messages.
Manage API keys
Issue the keys your servers and apps use to talk to Spotzee.
Trigger a campaign
Send a one-shot SMS campaign through the API.