Key Concept Terminologies

Estimated reading time: 1 min
wiresk banner automate your journey Key Concept Terminologies

To use Wiresk effectively, it’s important to understand its key concepts and terminology. A clear grasp of these terms allows you to unlock Wiresk’s full potential for building and improving automations.

TermDefinitionNotes / Examples
GroupOrganizational unit for managing users, permissions, and Flows.Default group is created automatically. Can be renamed.
ConnectionLink between Wiresk and an external app for data exchange.Created in My Apps or during Flow creation.
FlowAutomation workflow built in Flow Builder that connects steps to perform tasks.Can have up to 255 steps; contains Triggers and Methods.
Flow BuilderVisual workspace where Flows are created and managed.You can rearrange Methods, place them anywhere, zoom in/out, and interact directly with elements.
TriggerEvent that starts a Flow.Can be scheduled, webhook, HTTP, or app API-based.
Webhook TriggerStarts a Flow when an external app sends event data to Wiresk via a webhook URL.Used when apps support native webhook creation, e.g., Dynamics CRM “On Update Record.”
MethodAction performed within a Flow after a Trigger.Examples: Create record, update data.
Run OnceManual test run of a Flow.Uses sample data retrieved from the Trigger via the Use Button.
Run SchedulerExecutes scheduled Flows based on recurrence rules.Retrieves and processes real data from the source app.
Query BuilderVisual tool to filter, sort, and select data from connected apps.Often used in Triggers to retrieve specific datasets.
Field MappingAssigning output values from previous steps to input fields in later steps.Can be manual or dynamic using @ syntax.
API KeyToken used to authenticate requests to Wiresk, mainly for HTTP Triggers.Scoped to Group level; reusable across Flows.
HTTP TriggerStarts a Flow when Wiresk receives an HTTP request.Requires API Key and generates a Routing Key.
Routing KeyUnique URL endpoint that identifies which Flow to trigger via HTTP.Used in external systems to send data to Wiresk.
Use ButtonRetrieves a sample data set from a Trigger for field mapping purposes only.Run Once will use this sample data. Run Scheduler will use real, live data.