โ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:
2 weeks ago
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.