API endpoints: POST/PUT/DEL for workflows
M
Marcin Piasta
Manually working with workflows is incredibly time-consuming for complex workflows.
I would like API access to the workflows so I can get an AI agent to:
- read the existing workflows so it can understand: how they are used, how they connect together, what each is doing;
- change the workflow as needed through API requests, instead of requiring use of the Automations UI.
The AI Agent within GoHighLevel is too dumb and can't perform detailed modifications across multiple nodes, and it is unable to understand the context of what a workflow is doing and how it connects to other workflows.
On that topic, there needs to be a
workflow description
field, so the creator of a workflow can give a brief message of what the workflow is designed to do and why it's there, which should appear in the workflow index view.Log In
J
Jake Stott.
I totally agree Marcin. There was another post 3 years about which was looked at and is under review.
the OP
REST API — Workflow POST/PUT Endpoint for Creating and Updating Workflows
Currently, there is no way to modify a Workflow using the API. I'm forced to return to something like Selenium to automate those tasks.
It would be nice if we could do this in a "headless" environment using an API instead of being forced to use the UI.
I have a template that I use for workflows and I'm forced to click through the entire process every time. Something that could be as simple as running node generateWorkflow.js ends up taking me at least an hour every time.
August 23, 2022
It had 20 up votes
If this worked then it would be easier to get agents to build out work flows in minutes rather that doing it via the ui which is just as quick as doing it yourself and you end up with bugs.