Skip to content
Merged

.. #5

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
191c2bf
Tikit (No-Microsoft publisher) (#1417)
1MrSharma Apr 7, 2022
9543739
PKIsigning - Revert unwanted changes in connector definition (#1544)
pkisigning Apr 7, 2022
b7da477
Certify Cyberday connector (#1519)
tomagendium Apr 8, 2022
6a0557d
TuxMailer (Non-Microsoft Publisher) (#1480)
tuxmailer-integration Apr 8, 2022
efbf464
Power Textor (#1425)
MohsinAQ Apr 11, 2022
f47eddf
Change iconBrandColor value (#1561)
TrueDialogDynamics Apr 11, 2022
f1f424b
Submit SmartCOMM On Demand Doc-Gen for certification (#1530)
SpradburyGit Apr 12, 2022
eb2f728
Rlarsson/deprecate wa optout methods (#1569)
robin-larsson Apr 13, 2022
6febfa6
Spring Global: bugfix (#1524)
PavloNikulinEnavate Apr 13, 2022
43b3e5e
Updating PDF4me Connect app (#1560)
varunynoox Apr 13, 2022
334c339
Binance.us (Independent Publisher) (#1422)
RoyPaarMS Apr 15, 2022
8166ae3
DigitalHumani (Independent Publisher) (#1467)
troystaylor Apr 15, 2022
4026538
GeoDB (Independent Publisher) (#1508)
troystaylor Apr 15, 2022
f657d48
GitLab (Independent Publisher) (#1449)
RoyPaarMS Apr 15, 2022
528d8a2
Ice and Fire (Game of Thrones) (Independent Publisher) (#1396)
troystaylor Apr 15, 2022
c12c72f
Nifty Gateway (Independent Publisher) (#1432)
RoyPaarMS Apr 15, 2022
fba32e8
National Park Service (Independent Publisher) (#1494)
troystaylor Apr 15, 2022
62b6d93
Studio Ghibli (Independent Publishers) (#1505)
troystaylor Apr 15, 2022
ba42224
FLOW-127: hotfix for connect configuration creation issues (#1577)
sriharip-docusign Apr 15, 2022
1f8c659
Update security parameter for webhook response operation (#1584)
sriharip-docusign Apr 18, 2022
7c80d20
Decentraland (Independent Publisher) (#1448)
RoyPaarMS Apr 19, 2022
bc7fa18
DELETE TIKIT (#1588)
1MrSharma Apr 20, 2022
d39d6b5
Update the webhook response parsing from xml to json (#1596)
sriharip-docusign Apr 22, 2022
62473b4
Update CODEOWNERS (#1590)
Amjed-Ayoub Apr 22, 2022
c2077ed
Apps365 ltd/short url (#1574)
cirrussoft Apr 26, 2022
d092a18
Ron Swanson Quotes (Independent Publisher) (#1392)
troystaylor Apr 26, 2022
0c975ea
Submitting Varuna Connector for Certification (Non-Microsoft Publishe…
mertcdnmz Apr 26, 2022
1e3464b
Finnish Railway Traffic (Independent Publisher) (#1552)
tpertila Apr 26, 2022
246d653
Finnish BIS (Independent Publisher) (#1553)
tpertila Apr 26, 2022
4082ea5
Pexels (Independent Publisher) (#1565)
thatapiguy Apr 26, 2022
c57ba5f
Add files via upload (#1562)
troystaylor Apr 26, 2022
96530a4
DomainTools Iris Investigate and Enrich Custom Connectors (#1602)
RamboV Apr 27, 2022
c84dca0
Add pagination to Elfsquad Data connector (#1520)
stanvanrooy Apr 27, 2022
be3f928
Add new API V3 connector (#1440)
FloxoS Apr 27, 2022
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
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@
/certified-connectors/emfluencemp/ @ryandeba
/certified-connectors/envoy/ @aasimniz95
/certified-connectors/exghts/ @exghts
/certified-connectors/gofileroom/ @calvinleong
/certified-connectors/gofileroom/ @calvinleong
/certified-connectors/DocuSign/ @sriharip-docusign
/certified-connectors/DocuSignDemo/ @sriharip-docusign
45 changes: 45 additions & 0 deletions certified-connectors/Cyberday/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Cyberday
Cyberday is an information security management system, where one key part is managing the data assets of a company. Often the most important data asset are the data systems used to process data and run operations.

This connector allows you to fetch and create data systems inside your Cyberday account and integrate with
other products in your organisation.

## Publisher: Agendium Ltd

## Prerequisites
A Cyberday account is required to use this connector. Signing up can be done either at https://www.cyberday.ai/trial or directly through Microsoft Teams app store.

## Supported Actions

### List data systems
Fetch a list of all data systems and their main information from your Cyberday account.

![](https://uploads-ssl.webflow.com/5ebe2d9ae83a62f96fed82de/623aee026970a12dbed5c0cb_Screenshot%202022-03-23%20at%2011.48.45.png)

### Create a new data system
Add a new data system directly to your Cyberday account.

## Obtaining Credentials
In order to use this connector you will need your organisation's API key from your Cyberday account. This can be found in the "Settings" -> "Integration settings" section inside Cyberday.

**N.b.!** Settings are only available for highest (admin) level users in a Cyberday account.

**To fetch your API key**

1. Go to Settings
2. Expand "Integration settings"
3. Turn the "API Access" switch ON
4. Copy the key shown below

![](https://uploads-ssl.webflow.com/5ebe2d9ae83a62f96fed82de/623aef556f0b8deaefb0c849_Screenshot%202022-03-23%20at%2011.54.57.png)

## Known issues and limitations

The connector is currently limited to the most important data assets in Cyberday, but will be expanded to more documentation according to user feedback.

## Deploying the connector
Run the following command and follow the prompts:

```paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json```

You can find more details about deploying this as custom connector in Microsoft Power Automate and Power Apps [at the following page](https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli).
Loading