> For the complete documentation index, see [llms.txt](https://docs.justransform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.justransform.com/development/connections/creating-a-connector.md).

# Creating a Connector

Before creating a connector, it is important to understand the architecture and components required before creating a connection.

1. To create a new connection within Justransform, click "**+**" within the Connections Module.&#x20;

<figure><img src="https://2064141549-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbabsiNJvoWQygNRGHzGx%2Fuploads%2FhJguODyQqfv2qPNtBuxU%2FScreenshot%202023-01-31%20at%201.20.26%20PM.png?alt=media&amp;token=962947ea-94e8-426b-afe9-4f582433dd0e" alt=""><figcaption></figcaption></figure>

The primary components of any connector created include the following:

<figure><img src="https://2064141549-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbabsiNJvoWQygNRGHzGx%2Fuploads%2F4PSGKAEFJyovamRrqlSq%2Fimage-20200609-054858.png?alt=media&amp;token=1662c79f-5c30-478a-904b-7f774289d49e" alt=""><figcaption></figcaption></figure>

**Connection Name:** Any common string uniquely identify your connection

**Emails to subscribe for failures**: List of email addresses to be notified in case of any exception occurred during the message transmission.

**Number of Outbound Concurrent Messages:** The system default is ‘0' which indicates the platform to use the platform default number of threads to be used. Unless you have specific license enabled, leave the value to '0'

**Retry on Failure(HH:MM:SS) and Interval**: The retry behaviour can be specified by specifying the the time and the interval of the retry. the default value of 00:00:00 will retry immediately

**Inbound Sync Response:** Use this ONLY for REST, SOAP, Oracle CMK and OTM based connection. you can specify a **Sync Response** message to be returned to the sender. The code to generate the response can manually entered or by loading [Scripts](https://justransform.atlassian.net/wiki/spaces/JTHELP/pages/2719884/Scripts) [Toolbar - Map Chain](https://justransform.atlassian.net/wiki/spaces/JTHELP/pages/18219434/Toolbar+-+Map+Chain) or a [Mapper](https://justransform.atlassian.net/wiki/spaces/JTHELP/pages/33057/Mapper)

2. Click **Save**.
