# Integration

## Portal integration

* Integrate ready-to-use workflow portlets into the User Portal via XML RSS technology<br>
* Add links to third-party applications to directly launch workflows<br>
* Easy launch of a process from a URL<br>
* Add custom banners to the WorkflowGen end-user module with logos and links

## Database integration

* Export process and form data to databases via SQL commands

## Webhooks

* Webhooks let APIs exchange information with other applications through HTTP POST requests and allow real-time communication<br>
* Incoming webhooks allow external applications to send HTTP POST requests to WorkflowGen by exchanging JSON payloads<br>
* Outgoing send HTTP POST requests to external applications

## GraphQL API

* Create process-driven solutions such as mobile apps, web apps, and microservices<br>
* Interactive GraphiQL in-browser GraphQL IDE to test queries and operations

## Web service API

* Access requests and action data and statuses from third-party applications in real time via web services<br>
* Contents of the WorkflowGen portal are available as RSS feeds<br>
* Users are able to syndicate/register these feeds in any web portal solution or any RSS-compliant tool, as well as widgets

## Developer kit

* Create web services to handle actions in the workflow<br>
* Trigger workflows from third-party applications<br>
* Use third-party applications in workflows<br>
* Dynamically generate documents from workflow data<br>
* Export documents and data to third-party applications<br>
* Import/export data between workflows and third-party applications

## Other integration examples

* SAP<br>
* PeopleSoft<br>
* IBM AS/400<br>
* Salesforce.com<br>
* Any back-end systems with COM, .NET, or web service-like interfaces


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/features/9.5/integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
