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:
- Create a service account in Stackify (see OAuth & service accounts).
- Note your Client ID and Client Secret.
Import the Stackify connector¶
- In UiPath Automation Cloud, go to Integration Service → Connectors.
- Search for Stackify or import the connector manually using the OpenAPI specification:
- Configure the connector with your Client ID and Client Secret.
- 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.
- Add a Stackify: Create record activity to your workflow.
- Select the workspace and target card.
- Map the invoice fields to the card's fields using the field picker (populated dynamically from the card schema).
- 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)