n8n
In n8n, GPTBots workflows can serve as a node, enhancing n8n's application capabilities.
Use GPTBots Action
GPTBots Workflow is planned to become one of n8n's Actions.
This feature is currently under development, so please stay tuned...
Use HTTP Request
GPTBots workflows can be invoked via the HTTP Request node.

When adding a Node, search for HTTP Request.

In the Node configuration panel, you can conveniently import workflow information into HTTP Request via Import cURL.

Return to the workflow's Integrations module, go to the API management interface, and copy the cURL information.

Back in the n8n interface, paste the cURL. Remember to modify the request content in -d to the values you need to initiate the request.
After modification, click Import to import the workflow.

After importing, you can see that the workflow's request information has been correctly filled into the specified positions in the configuration panel.
Then, click Execute Step to run the request, and the OUTPUT area on the right will display the content returned by the workflow.

At this point, the workflow configuration is complete.
