> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/integration/undefined.md).

# WorkflowGen Integration Guide

This guide provides instructions on:

{% content-ref url="/pages/-LV0-MXZBlFSui4\_CZTs" %}
[GraphQL API](/integration/graphql.md)
{% endcontent-ref %}

How to use the WorkflowGen GraphQL API

{% content-ref url="/pages/-LV0-MX\_2xl1mJuFLNJ6" %}
[Web Services API](/integration/web-services-api.md)
{% endcontent-ref %}

How to use the WorkflowGen web services API

{% content-ref url="/pages/-LV0-MXagDB5XnX1IaHy" %}
[Incoming Webhooks](/integration/incoming-webhooks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LV0-MXbBa2vNYzmJDbP" %}
[Outgoing Webhooks](/integration/outgoing-webhooks.md)
{% endcontent-ref %}

How to create incoming and outgoing webhooks

{% content-ref url="/pages/-LV0-MXcBKxuZGgEeS2K" %}
[Workflow Applications](/integration/workflow-applications.md)
{% endcontent-ref %}

How to build applications for WorkflowGen using .NET Framework

{% content-ref url="/pages/-LXpVUXSi0gCivfYHjA6" %}
[RemoteLaunch Development in .NET Framework](/integration/remotelaunch-development-in-.net-framework.md)
{% endcontent-ref %}

How to use WorkflowGen.My to develop a RemoteLaunch SDK application to launch a process from outside the WorkflowGen environment

{% content-ref url="/pages/-LunTPgPhaAiE\_g6V6QK" %}
[Access Token](/integration/access-token.md)
{% endcontent-ref %}

How to use an OAuth 2.0 access token for server-side .NET development

{% content-ref url="/pages/-LV0-MXdyZcb1snAcO41" %}
[Authentication](/integration/custom-authentication.md)
{% endcontent-ref %}

How to create custom authentication modules

{% content-ref url="/pages/-LV0-MXeW\_6rnphsTZ8b" %}
[User Management](/integration/user-management.md)
{% endcontent-ref %}

User management and directory synchronization

{% content-ref url="/pages/-LV0-MXf2TC-Jzxu76EL" %}
[User Portal Customization](/integration/portal-customization.md)
{% endcontent-ref %}

How to customize the WorkflowGen User Portal

{% content-ref url="/pages/-LV0-MXgQOg-XAr4zSW6" %}
[Integration Using WorkflowGen URLs](/integration/integration-using-workflowgen-urls.md)
{% endcontent-ref %}

How to create integrations using WorkflowGen URLs to perform certain process functions

{% content-ref url="/pages/-LV0-MXhqxNOJHwc9Srf" %}
[Notifications](/integration/notifications.md)
{% endcontent-ref %}

How to set up and customize notifications

{% content-ref url="/pages/-LV0-MXiNaBBvpyrqbwh" %}
[Appendix: Time Zone IDs & GMT Values Mapping](/integration/appendix-time-zone-ids-and-gmt-values-mapping.md)
{% endcontent-ref %}

The appendix contains a table that lists time zone names and IDs


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.workflowgen.com/integration/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
