Hi,
I'm facing an issue with the Anaplan API integration. Currently, the authorization code retrieved manually, but we are looking for a way to automate this process as part of our integration workflow. Thanks
Hi, On your integration are you using Device Grant or Authorization grant flow?
We are using Authorisation Grant flow for integration.
If you'd want to have everything automated I'd suggest to investigate device grant flow. That way you can just do one initial authorization manually and in the future you can use a refresh token to automatically generate new authorization tokens.
Ok, Let me check on that.
And can you please correct me if my understanding of API process is wrong.
My requirements:
Need to load CSV file into the API endpoint
For that need to authentication then need to perform put operation on the file id to load the CSV and the response code should need to be 204?
Then need to perform post operation on the process ID to trigger the processes and it’s tasks.
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…
I'm trying to execute an Action to export data with the use of a Mapping in Informatica. But it gives us null rows .If we export directly from Anaplan , the export file has all the rows filled. Both exports have same number of rows but in the informatica export the values appear as blank. This issue is with only some…