-
Re: Make REST API Calls From within Anaplan
Hi @tsouris, There is no way to natively submit RESTful API calls from within Anaplan, other than GET requests (as you alluded) to. Right now, as a workaround, you can implement a Python script using…2 -
Re: Using Python results in Anaplan
Hi, Please refer to the Python library in our knowledge base. This covers all API functionality and saves you the time developing from scratch. Simply use the "steaming" upload functionalit…6 -
Re: Rest API throwing Authentication token invalid error.
Hi Vishnu, There's nothing that needs to be enabled in order to access the API. If you're seeing an "invalid token" error there's likely an issue with how your authenticatio…1 -
Ad-Hoc Integration Using Flask Microservice
There are several cases in which it would be beneficial to allow users to trigger integration jobs, ad hoc, from within the Anaplan platform, but there is no native feature that allows this. Previous…3 -
Data Upload Metrics
One of the most common questions I get, regarding uploading data to Anaplan, is what the optimal chunk size is. This post will review my results for file uploads using cURL, Informatica, and Anaplan …5

