website logo
🔭Overview
💼Platform Actions
💜Integrations
🧰Custom Actions
🛠️Developer's Guide
Navigate through spaces
⌘K
📙OnPrem Agent v1.0.3
📙PROCESIO API Documentation
📙PROCESIO SDK ~ Integrating with PROCESIO
📖Release notes
📋PROCESIO v1.0.1
📋PROCESIO v1.0.2
📋PROCESIO v2.0.0
Docs powered by archbee 

PROCESIO SDK ~ Integrating with PROCESIO

5min

To come to the aid of the community of developers who use PROCESIO in their applications we released a SDK that will help them get started. The PROCESIO SDK makes it easier to interact with the PROCESIO API from your application.

Depending on the technology you are using we provided two ways for accessing your processes:

  1. PROCESIO library built with TypeScript 
  2. PROCESIO SDK built with C#

The PROCESIO SDK allows through the use of its methods to control the platform from inside your application. The methods made available at the time of writing this article allow you to authenticate and create a token, run your process and upload a file.

You can use the Github repository or install procesio-sdk-dotnet via NuGet Package Manager. If you want to use the NuGet just search for "ProcesioSDK" or run the following command in the NuGet Package Manager console:

Text
|
PM> Install-Package ProcesioSDK

Document image


Run a process using the API key

Run specific proce
POST
Params
Header Parameters
key
required
String
xxxxxxxx
value
required
String
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
workspace
required
String
Demo


You will also need to provide the following body:

JSON
|
 {"connectionId": "string"}




Updated 30 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
PROCESIO API Documentation
NEXT
PROCESIO v1.0.1
Docs powered by archbee 
Run process