Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Informa (Independent Publisher) #3492

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,976 changes: 1,976 additions & 0 deletions independent-publisher-connectors/Informa/apiDefinition.swagger.json

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions independent-publisher-connectors/Informa/apiProperties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"properties": {
"connectionParameters": {
"username": {
"type": "securestring",
"uiDefinition": {
"displayName": "username",
"description": "The username for this api",
"tooltip": "Provide the username",
"constraints": {
"tabIndex": 2,
"clearText": true,
"required": "true"
}
}
},
"password": {
"type": "securestring",
"uiDefinition": {
"displayName": "password",
"description": "The password for this api",
"tooltip": "Provide the password",
"constraints": {
"tabIndex": 3,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Axazure",
"stackOwner": "Informa"
}
}
Binary file added independent-publisher-connectors/Informa/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions independent-publisher-connectors/Informa/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Informa
marpedroche marked this conversation as resolved.
Show resolved Hide resolved
Informa D&B is the CESCE subsidiary that specializes in providing Commercial, Financial, Sectorial, and Marketing Information about companies and entrepreneurs, in order to enhance knowledge about clients and suppliers and minimize commercial risk.

## Publisher: Axazure
![Icon](./img/AxazureLogo.png)

https://www.axazure.com/en/

## StackOwner: Informa D&B
https://www.informa.es/quienes-somos

## Pre-requisites
To use this connector is necessary to have an account in Informa and get the user and password.

## Create your connection

Once you have an account go to the connector and create the connexion.
![Icon](./img/Connect.png)

## Connector methods

- ### <strong> Get Company FID </strong>
Get the FID from Beauhurst using company name
- ### <strong> Get Company Information by FID </strong>
Get all the company info using the FID
- ### <strong> Get funds received by company.</strong>
Get funds received by FID and select the type of funds (grants or fundraisings)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions independent-publisher-connectors/Informa/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"connectorId": "shared_informa-5ff4660a7e5eedc7ab-5f3687a381566c4c55",
"environment": "984de580-fcf7-4741-91bf-9880950aa05b",
"apiProperties": "apiProperties.json",
"apiDefinition": "apiDefinition.swagger.json",
"icon": "icon.png",
"powerAppsUrl": "https://api.powerapps.com",
"powerAppsApiVersion": "2016-11-01"
}
Loading