> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Script Connector

> You can perform programmatic operations using Groovy or JavaScript and add custom business logic to processes. You can include any programmatic operation in the process using Groovy or JavaScript.

## Configuration

<img src="https://mintcdn.com/apinizer/-OUVpYz7x56LFQ3F/images/yonetici/konnektor/script.png?fit=max&auto=format&n=-OUVpYz7x56LFQ3F&q=85&s=52c5d7af54fcd0f16323e062651f4512" alt="Script Connector Configuration" width="600" className="mr-auto" data-path="images/yonetici/konnektor/script.png" />

Configuration fields:

<CardGroup cols={2}>
  <Card title="Script Type" icon="code">
    **Field:** Script Type

    Script language to be executed in the action is selected. These are; JavaScript, Groovy.
  </Card>

  <Card title="Script" icon="file-code">
    **Field:** Script

    Output of the action is produced with the resultMap variable.

    <Info>
      Variables can be used in the Script field.
    </Info>
  </Card>
</CardGroup>
