Skip to content

Commit

Permalink
Rewrote actions to work around the 5s custom code execution time limit (
Browse files Browse the repository at this point in the history
#3217)

* Updated connector.

* Updated connector.

---------

Co-authored-by: Ståle Zerener Haugnæss <[email protected]>
  • Loading branch information
staalezh and Ståle Zerener Haugnæss authored Jan 30, 2024
1 parent 091c6be commit 5bf2555
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 283 deletions.
9 changes: 4 additions & 5 deletions certified-connectors/Cradl AI/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ A free Cradl AI account. If you don't already have one, you can sign up for free

This connector supports the following operations:

### Create document
Create a new document.

### Parse document with human-in-the-loop

Parse a document with *Flows*. This operation runs asynchronous.
Expand All @@ -26,11 +29,7 @@ Parse a document by calling the model directly. This operation runs synchronousl

## Obtaining Credentials

Log into Cradl AI, then go to [API -> New API key](https://app.cradl.ai/appclients) to create API credentials. Create a new Power Automate connection and copy the `clientId` *and* `clientSecret`to the *Client Credentials* field. The `clientId` and `clientSecret` should be separated by a colon:

*Client Credentials:*

> \<clientId\>:\<clientSecret\>
Log into Cradl AI, then go to [API -> New API key](https://app.cradl.ai/appclients) to create API credentials. Create a new Power Automate connection and copy `Credentials` to the *Client Credentials* field.

## Getting Started

Expand Down
Loading

0 comments on commit 5bf2555

Please sign in to comment.