> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/workflows/creating-workflows/designer/configuring-connector-thinklet.md).

# Configuring Connector Thinklet

The Connector Thinklet is a self-contained set of configurations that you can use to quickly set up integration events to 3rd party APIs.

Each Connector Thinklet relates to a vendor application, such as ServiceNow. Within each Connector Thinklet, Nexthink has created a set of pre-configured actions that can be performed.

## Connector <a href="#configuringconnectorthinklet-connector" id="configuringconnectorthinklet-connector"></a>

The Connector Thinklet is a self-contained set of configurations for quickly setting up integration events with third-party APIs.

Each Connector Thinklet relates to a vendor application, for example, ServiceNow. Within each Connector Thinklet, there is a set of preconfigured actions, created and released by Nexthink, that can be performed.

<figure><img src="/files/z0fQ8Ea4Su5W0TXKC65X" alt="image-20240612-094700.png" width="470"><figcaption></figcaption></figure>

When you select an action, the system displays any required parameters. These parameters must be set through data collected by the workflow or by entering custom information into the attribute.

<figure><img src="/files/CXPcM8nbRlRhgsQkwRPh" alt="image-20240201-152822.png" width="600"><figcaption></figcaption></figure>

&#x20;

* **Name**: Enter a unique name for the Connector Thinklet.
* **ID**: The system generates the ID automatically based on the name.
* **Description (optional)**: Describe the purpose of the Connector Thinklet and what it does. This information is useful for other users of the workflow who may not be familiar with it.
* **Select action:** Select the action to be performed.
* **Credentials**: Select the connection credentials for the integration. You must configure them first on the Connector credentials page of the Administration module. Refer to the [Connector credentials](/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/integrations/outbound-connectors/connector-credentials.md) documentation for more information.
* **Parameters:** Configure the data used as parameters for this action. Hover over the tooltip icon for more information on how the parameter is mapped and what data is required.
* **Outputs:** View the outputs of the Connector Thinklet.
* Click **Done** to commit the changes.

***

RELATED TOPICS

* [Microsoft Entra ID connector Thinklet](/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/workflows/creating-workflows/designer/configuring-connector-thinklet/microsoft-entra-id-connector-thinklet.md)
* [Microsoft Outlook connector Thinklet](/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/workflows/creating-workflows/designer/configuring-connector-thinklet/microsoft-outlook-connector-thinklet.md)
* [ChatGPT connector Thinklet](/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/workflows/creating-workflows/designer/configuring-connector-thinklet/chatgpt-connector-thinklet.md)
* [ServiceNow - Incident management](/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/workflows/creating-workflows/designer/configuring-connector-thinklet/servicenow-incident-management.md)
* [ServiceNow - Asset management](/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/workflows/creating-workflows/designer/configuring-connector-thinklet/servicenow-asset-management.md)


---

# 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.nexthink.com/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/workflows/creating-workflows/designer/configuring-connector-thinklet.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.
