Auto-configure your nexmo account for InDash
InDash can automatically update your callback URL in your Nexmo's account to point to InDash script.
This will allow nexmo to call us when it receives an incoming message.
Alternatively, you can do so manually by pointing the callback URL in your Nexmo account to:
Next:
Start using the dashboard, you can configure keywords and SMS forwarders, or just view incoming SMS messages (which will start appearing once Nexmo calls InDash).
Registered Keywords
Following keywords are registered and active:
No entries
Incoming Messages
No entries
Graph: Keyword Histogram
No entries
Usage Notes:
- Gives a histogram of keywords
- Can be used in a voting / polling context where each keyword is a voting option
- Currently, does not filter any duplicates
Notes:
- Use
__ALL__ for a catch-all keyword (it triggers when no other keyword match is found).
- Incoming SMS text messages should start with the relevant keyword to trigger it (i.e. works on prefix-matching). They are case-insensitive.
- Reply to SMS: Send a reply to the sender with the specified text (140 chars).
- Call URL: Call the URL and reply (optional) to the sender with the content returned by the URL
- Content will be truncated to the first 140 characters
- No reply is sent if the content returned is empty
- The incoming text message is also forwarded to the URL as
POST data
- Forward as Email: The incoming text message is forwarded to the specified email address
- Incoming delivery reports do not trigger any action. They are just logged and displayed in the 'Incoming Messages' report