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

# Flowcode

## **Connector Overview**

<figure><img src="/files/GoaMXkE0U3bQMBXqXlZ8" alt="" width="377"><figcaption></figcaption></figure>

Flowcode is a QR code platform that helps businesses create branded QR codes to connect physical and digital experiences, track user engagement, and streamline marketing efforts.

**Authentication Type**

Basic & OAuth2

## **Webhook Supported**

Yes/No

## **Secrets**

* Basic
  * PAN\_SEC\_FLOWCODE\_API\_KEY
* OAuth2
  * PAN\_SEC\_FLOWCODE\_OAUTH\_CLIENT\_ID
  * PAN\_SEC\_FLOWCODE\_OAUTH\_CLIENT\_SECRET
  * PAN\_SEC\_FLOWCODE\_OAUTH\_ACCESS\_TOKEN
  * PAN\_SEC\_FLOWCODE\_OAUTH\_BASE\_URL
  * PAN\_SEC\_FLOWCODE\_OAUTH\_TOPICS

## **API Client Supported**

No

## **Requirements for Provisioning**

In order to provision your connector, the following Flowcode information must be gathered:

* Basic
  * API Key
* OAuth2
  * Client ID
  * Client Secret
  * Base Url
  * None

## **API Resources**

For more information on how to utilize the Flowcode API, feel free to reference the following [documentation](https://developer.flowcode.com/documentation/flowcode-api#/).


---

# 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.pandium.com/connectors/connectors-101/flowcode.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.
