Agentic Workflows Quick Start
Last updated
Welcome to Stacksync Agentic Workflows!
Agentic Workflows go beyond simple automation, they allow you to build intelligent, multi-step processes that can reason, branch, and act based on real-time data. Combine triggers, actions, logic, and AI to automate complex business operations end-to-end.

We recommend you choose the region closest to you and / or the server(s) and service(s) the Workflow will be interacting with.

Once created you will see the Workflow designer with an empty workflow and a default POST Trigger. This trigger may be used to run your workflow from a terminal or through an API request.
You will see a menu with all of the currently available Trigger types. By default the POST trigger is already configured

Click on the ➕ Icon to create a new action and you will see a menu with all of the currently available Action Modules.

In this example we will be using the "Create Record(s)" module of Airtable. Stacksync allows you to create batches of records with one simple to use action.
After having set a preferred Display Name for your Action, you will need to add a Connection. If you have currently have no connections simply click on "➕ Add New Connection".

After clicking on "Add new connection" you'll be redirected to the page to Create a Connection.

Follow the instructions for your selected Application. Once you have finished adding your connection, go back to your Workflow's page.

Click "Run" to trigger the workflow manually using the POST trigger. A green execution status confirms the workflow completed successfully.



Last updated