PartnerLinq (Preview)
PartnerLinq is an integration tool used to connect two or more systems together. Use this connector to connect with PartnerLinq.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | PartnerLinq Support |
URL | https://www.partnerlinq.com/ |
PL.Supportteam@visionet.com |
Connector Metadata | |
---|---|
Publisher | Visionet Systems Inc. |
Website | https://www.partnerlinq.com/ |
Privacy policy | https://www.partnerlinq.com/privacy-policy/ |
Categories | IT Operations;Communication |
PartnerLinQ is an integration tool that work as a bridge between two systems and this connector will allow your power apps flows to integrate with PartnerLinQ. By Using the connector you can post the data into the partnerlinq and get the data back from partnerlinq on the basis of paramters defined below in the prerequisites.
Prerequisites
To use the PartnerLinq Connector you will require the following information:
- Basic authentication username and password
- API access key
- Tenant Id
- Environment
- Partner Id
- Company Id
- Process
How to get credentials
To get the settings information you will have to get registered with PartnerLinq and then PartnerLinq will set up your environment and provide the following details.Send an email to sales@partnerlinq.com if you are not the customer of partnerlinq or send an email to pl.supportteam@visionet.com to get the credentails if you are already registered customer of Partnerlinq.
- Basic authentication username and password
- API access key
- Tenant Id
- Environment
- Partner Id
- Company Id
- Process
Get started with your connector
To get started using this connector, following steps needs to be followed
Get your integration registered with PartnerLinQ by reaching us on sales@partnerlinq.com or visit our website https://www.partnerlinq.com.
Once you get registered you will receive the required information to use this connector.
The Connector offers the following two actions:
PartnerLinq Get Action: This action is used to get data from PartnerLinq. It can be configured in power app flows using any type of trigger (eg. Manual, Scheduled). Use Case : User want to get the orders that are received,validate and transformed by partnerlinq and post them to any of the system i.e D365,Email or any other system in timely manner.User will add Schedule and then add the Partnerlinq Connector(action: get ). On each schedule ( i-e every 5 minutes - configured by the user on the basis of data size and freqeuncy) the request will be sent to partnerlinq and all available data will be sent back in the response. User can perform the wanted action in the flow on received data.
PartnerLinq Post Action: This action is used to post data to PartnerLinq. Use Case : User want to validate,transform the orders and post them to any systems (On-Prem,Custom Erp,DB,API,SFTP,SAP,Shopufy, Any Online Store etc) and this can be acheived by posting the exposted API of Partnerlinq.
Same structure of data is supported by both the provided actions in this connector. Below is an example of the data which is a generic valid json string.
{ "data": "{\"SalesOrders\":[{\"SOId\":\"aef65587-c617-4af7-b4e0-81b13700c064\",\"CustomerNo\":\"44433\",\"Lines\":[{\"LineId\":\"555\"},{\"LineId\":\"555666\"}]},{\"SOId\":\"de4df7af-b787-44a7-ba29-4c3ddad92ec2\",\"CustomerNo\":\"44433\",\"Lines\":[{\"LineId\":\"555\"},{\"LineId\":\"555666\"}]}]}"
}
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
username | string | The username for this api | True |
password | securestring | The password for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Partner |
Get data from PartnerLinq |
Partner |
Send data to PartnerLinq |
PartnerLinq Get
Get data from PartnerLinq
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Access Key
|
code | True | string |
Enter the API access key here. |
Environment
|
Environment | True | string |
Enter the environment type here. (eg. Dev, Prod) |
Tennat Id
|
TennatId | True | string |
Enter the provided tenant id here. |
Company Id
|
CompanyId | True | string |
Enter the company id here. |
Process
|
Process | True | string |
Enter the Process name here. |
Partner Id
|
PartnerId | True | string |
Enter the partner id here. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
data | string |
data |
PartnerLinq Post
Send data to PartnerLinq
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Access Key
|
code | True | string |
Enter the API access key here. |
Environment
|
Environment | True | string |
Enter the environment type here. (eg. Dev, Prod) |
Tenant Id
|
TenantId | True | string |
Enter the provided tenant id here. |
Company Id
|
CompanyId | True | string |
Enter the company id here. |
Process
|
Process | True | string |
Enter the Process name here. |
Partner Id
|
PartnerId | True | string |
Enter the partner id here. |
data
|
data | string |
data |
Returns
Name | Path | Type | Description |
---|---|---|---|
status
|
status | string | |
response
|
response | string |