cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Analytics Cloud Rest APIs issue

Former Member
0 Likes
639

Hi, I'm using SAP rest APIs as per the documentation below:

https://blogs.sap.com/2018/04/20/sap-analytics-cloud-apis-getting-started-guide/

This is working all fine, Thank you.

Now, here's my requirement I want to integrate a chatbot with the SAP Analytics Cloud. I want to query SAP as per the user (talking to the bot) requirement. My query can be dependent on 2 or more than 2 stories. A query can send back the response on basis of multiple stories, charts & dashboard etc. As other BI platform already provide this feature so just curious to know if SAP has the same or kind of the same feature though APIs.

Looking forward to your response.\

Thanks & Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Thanks a lot for your blog. It is very useful, but I want to know if there is rest api such as post method can be triggerd SAC stories or SAC application design from outbound channel. Then we can filter data by SAP Conversational AI throufh webhook call.

former_member6443
Contributor
0 Likes

Hi,

Interesting one, I will have a bash at solving this.

I would make use of the SAP Conversational AI to query SAP by posting the relevant Context or Story Parameters into a pre defined intent in SAP Conversational AI.

For example , If the use case is What's the status of PO 12345 ?

I would use a post to SAP Conversational AI bot which in turn will query SAP and return the Status as JSON and you will need to format and present the same in your story or embedded this as a web page in a story 🙂

Or use

The Search to Insight feature

https://www.sapanalytics.cloud/videos/augmented-analytics-feature-highlight-search-to-insight/

Cheerio

Afshin

Former Member
0 Likes

Thanks a lot for your blog. It is very useful, but I want to know if there is rest api such as post method can be triggerd SAC stories or SAC application design from outbound channel. Then we can filter data by SAP Conversational AI throufh webhook call.