Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 221 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 83 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Sending SMS(Text) messages using Oracle Analytics Server

Hi Everyone,
Is there a way to enable SMS functionality by clicking on a phone number displayed in the dashboard output in Oracle Analytics Server?
If such a feature exists, could you please share the solution or any potential workarounds? If this functionality is not currently available, would it be possible to include it in future releases?
Thanks,
Scrum_dar_it
Answers
-
Have you looked at data actions? you could create a Data Action that invoked some custom code.
I think that would be possible
Cheers
Jacques0 -
Hi,
OAS isn't going to send SMS by itself. You will need to use an external service for that (can it be a webservice or sending an email or whatever the provider/service you select for the job requires).
As Jacques said above, data actions if you are in DV, or action links if you are in "classic" will do the job. If your SMS gateway works via emails, it will require some more work on your side (because OAS doesn't send emails from action links by itself), but using an agent and some JS you could implement it.
But the key point is that OAS doesn't send SMS by itself, you must have a solution/service providing that feature and you then just call/trigger it from the OAS screen.
0