Make REST API Calls From within Anaplan

Options
tsouris
tsouris Member, ALL USERS, Community Member Posts: 3 New Contributor

Hello all,

 

I was wondering for whether it is possible to make rest api calls to another service (say servA) from within anaplan. The other service servA will of course then make some work and then maybe make a rest api call on anaplan back. 

I understand by reading some other posts regarding REST, that it is possible to create a url link (i.e in a button) that the user can press. However this is not very flexible (even though we could work around these issues by have the user first populate a module/list/whatever with the necessary information that servA can then export and download so that it can make the necessary action). If you take PowerBI for example, it provides the ability to execute python scripts and from within you can make any REST call to your services. Also, in case our service servA fails how can the Anaplan user in the model's GUI get knowledge of that?

 

Thanks for your time.