cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Workato Integration with Agiloft

prashantrai
Deputy Chef II
Deputy Chef II

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."}

 

1 ACCEPTED SOLUTION

prashantrai
Deputy Chef II
Deputy Chef II
3 REPLIES 3

ahanumantharaya
Deputy Chef III
Deputy Chef III

Hi,
Check with Workato support to see what error you are doing. Try connecting using HTTP connector.
Thanks,
Amar.

prashantrai
Deputy Chef II
Deputy Chef II

Thanks, the support did help in fixing my issue. I have now another issue:

https://systematic.workato.com/t5/community-chat/agiloft-quot-get-attachment-quot-action-only-fetche...

kevinmiller2443
Deputy Chef I
Deputy Chef I

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.