Hi team.
We want to call the GSuite REST APIs from Appian. We have set up our Google Cloud Platform service account along with its credientials.JSON key file. The Appian connected system happily accepts the file but we are struggling to call the APIs as we keep getting a "400 Bad Request" error response.
We would like to hear if anyone has done this and how if they did. We would appreciate it.
Thanks in advance
Erwee
Discussion posts and replies are publicly visible
if it's only regarding gmail, can you try triggering the process model via email:https://docs.appian.com/suite/help/19.2/Sending_an_Email_Message_to_a_Process.html
Unfortunately we must use the GSuite APIs, not just for sending emails.
Have you been able to successfully invoke the GSuite API's in a third party application like PostMan? A tool like that gives you more flexibility in testing APIs. Once you get it working in a tool like PostMan, the translation to Appian isn't too bad.
Yes we got it working in PHP and java, using the same service account keys.