Skip to content

UiPath

Stackify integrates with UiPath Automation Cloud via the UiPath Integration Service. Use Stackify as a data source or destination in your RPA workflows.

Authentication

UiPath robots authenticate using OAuth 2.0 Client Credentials — no user session required. Set up a service account first:

  1. Create a service account in Stackify (see OAuth & service accounts).
  2. Note your Client ID and Client Secret.

Import the Stackify connector

  1. In UiPath Automation Cloud, go to Integration ServiceConnectors.
  2. Search for Stackify or import the connector manually using the OpenAPI specification:
    https://app.stackify.se/api/v1/openapi.json
    
  3. Configure the connector with your Client ID and Client Secret.
  4. Click Test connection to verify.

Available activities

Once connected, the following activities are available in UiPath Studio:

Triggers

Activity Description
On record created Fires when a new record is added to a specified card
On record updated Fires when a record's fields are modified

Actions

Activity Description
Get records Retrieve records from a card with optional filters
Create record Add a new record to a card
Update record Modify an existing record
Delete record Remove a record
Get fields List the fields and their types for a card

Webhook validation

When UiPath registers a webhook trigger, it sends a validation challenge to confirm endpoint ownership. Stackify automatically responds to the X-Uipath-Validation-Token challenge — no configuration needed on your end.

Example workflow: Export to Stackify

Use case: A RPA robot processes invoices and writes results to a Stackify card for review.

  1. Add a Stackify: Create record activity to your workflow.
  2. Select the workspace and target card.
  3. Map the invoice fields to the card's fields using the field picker (populated dynamically from the card schema).
  4. Run the workflow — records appear in Stackify in real time.

Compatibility

Stackify's UiPath connector is compatible with:

  • UiPath Automation Cloud
  • UiPath Studio 2023.x and later
  • UiPath Robot (attended and unattended)