07-25-2023 03:08 PM - edited 07-25-2023 03:11 PM
Hi Has anyone worked on integrating #Agiloft with #Workato
I am working on connecting my Agiloft Cloud to Workato and it's been a failure
I have setup and configured the OAuth Settings in Agiloft.
In Workato, there already is a community connector. I have tried using it but it is not connecting.
All I get is this error:
{"error":"invalid_request","error_description":"The client is not authorized to request an access token using this method."}
Solved! Go to Solution.
08-08-2023 09:53 AM
Thanks, the support did help in fixing my issue. I have now another issue:
07-28-2023 05:33 PM
Hi,
Check with Workato support to see what error you are doing. Try connecting using HTTP connector.
Thanks,
Amar.
08-08-2023 09:53 AM
Thanks, the support did help in fixing my issue. I have now another issue:
02-27-2026 02:57 AM
If you're trying to connect Agiloft with Workato but the original data is coming from a WordPress site, one challenge is reliably pushing form submissions into your automation flow in real time.
In cases like that, instead of relying on multiple middleware layers, you can send your WordPress form data directly to Workato (or even straight to Agiloft’s API) using a plugin like Contact Form to Any API. It lets you post Contact Form 7 submissions to any REST API endpoint with custom headers and payload structure, which makes it easier to match Agiloft’s required format.
This way, the form submission becomes the trigger, and Workato can continue the workflow from there without losing field data or struggling with formatting issues.