# Configuring connector thinklets

The Connector thinklet is a self-contained set of configurations for setting up integration events with third-party APIs in your workflow.

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

Each connector thinklet relates to a vendor application, for example, ServiceNow. Perform specific actions in your workflow with each, preconfigured Nexthink connector thinklet.

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

When you select an action, the system displays all required parameters. Set these parameters either 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="450"><figcaption></figcaption></figure>

The action includes the following fields:

* **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 workflow users who may not be familiar with it.
* **Select action**: Select an action for the thinklet to perform.
* **Credentials**: Select the connection credentials for the integration. Configure them first on the Connector credentials page of the Administration module. Refer to the [Connector credentials](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/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

* [ChatGPT connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/chatgpt-connector-thinklet.md)
* [Jamf Pro connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/jamf-pro-connector-thinklet.md)
* [Microsoft Entra ID connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/microsoft-entra-id-connector-thinklet.md)
* [Microsoft Intune connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/microsoft-intune-connector-thinklet.md)
* [Microsoft Outlook connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/microsoft-outlook-connector-thinklet.md)
* [Microsoft Teams connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/microsoft-teams-connector-thinklet.md)
* [ServiceNow - Incident management connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/servicenow-incident-management.md)
* [ServiceNow - Asset management connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/servicenow-asset-management.md)
* [ServiceNow - Service catalog connector thinklet](/platform/user-guide/workflows/creating-workflows/configuring-connector-thinklet/servicenow-service-catalog.md)


---

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