Appizap
  • Appizap Overview
  • Build Apps
    • On-boarding Flow
    • Ideas to Apps using AI
    • Create a new app
    • App Configuration
      • App Overview
      • General Settings
      • Domain Settings
      • Version Release & Management
      • App Assets
      • Auth Settings
    • UI Builder
      • Module
      • Menu Navigation
      • Version Logs & Restore
      • Keyboard Shortcuts
    • GUI, Themes & Styles
    • Event handlers
    • Write JavaScript
      • JavaScript within {{ }}
      • JavaScript Query
      • Transformers
      • Temporary State
      • Data Responder
      • Built-in JavaScript Functions
      • Use Third-party Libraries
    • How-to-use
      • Welcome to Appizap!
      • FAQ
  • Appizap Dashboard
    • Your Apps
    • Database
    • Workflows
    • Media & Files
    • Query Library
    • Audit Logger
    • Templates
  • Workspaces
    • Workspace Settings
    • User Authentication
    • User Groups
    • Themes
    • Advanced
  • Appizap Concepts
  • Appizap Studio
    • Data Browser
      • Screen, Modules & Navigations
      • Active Components
      • In-App Modals
      • Data Queries in your App
      • Global Data Variables
    • Layers
    • Screen Settings
    • Debugger
    • Data Queries
    • Widget Library
      • Link
      • Icons
      • Steps
      • Button Group
      • Form Button
      • Grid
      • Responsive Grid Layout
      • Drawer
      • Navigation
      • Cascader
      • Comment
      • Mention
      • Collapsible Container
      • Rich Text Editor
      • Input
      • Modal
      • Text Display
      • Number Input
      • Password
      • List View
      • Date
      • Checkbox
      • Radio
      • Switch
      • Multi Select
      • Dropdown
      • File Upload
      • Phone Number Input
      • Download Pdf Button
      • Image
      • Divider
      • Progress Circle
      • Progress
      • Form
      • JSON Schema Form
      • Container
      • Tabbed Container
      • Table
      • Date Range
      • Time
      • Time Range
      • Toggle Button
      • Segmented Control
      • Rating
      • Timeline
      • Slider
      • Range Slider
      • Control Button
      • File Viewer
      • Image Carousel
      • Lottie Animation
      • Tree
      • Tree Select
      • IFrame
      • Calendar
      • Custom Component
      • Auto Complete
      • Chart
      • Graph Chart
      • Treemap Chart
      • Basic Chart
      • Geo Map Charts
      • Funnel Chart
      • Candlestick Chart
      • Select
      • Audio
      • Caller
      • Text Area
      • Responsive Flex Layout
      • Timer
      • Image Editor
      • AI Component
    • Component Specific Actions
  • Database
    • Connect DB
    • Build Internal DB
      • Arrays
      • Indexes
      • Using JSON Type
      • Cascade Delete
      • Data Load and Import
    • Data Sources
      • Connect Data Sources
        • Big Query
        • ClickHouse
        • CouchDB
        • DynamoDB
        • Elasticsearch
        • MariaDB
        • Microsoft SQL Server
        • MongoDB
        • MySQL
        • Oracle
        • PostgreSQL
        • Redis
        • Snowflake
      • Connect APIs
        • REST API
        • GraphQL
        • Google Sheets
        • S3
        • OpenAPI
        • Firebase
        • WooCommerce
        • OpenAI
        • Athena
        • Lambda
    • Query Library
    • Storage
      • Buckets
      • Uploads
      • Objects
  • Appizap Workflow Builder [Pro]
    • Workflows
      • Create a workflow
      • Nodes
      • Connections
      • Sticky Notes
      • Tags
      • Import and Export
      • Templates
      • Sharing
      • Settings
      • History
      • Find Workflow ID
    • Build Flow Logic
      • Conditional Nodes
      • Data Merging
      • Looping
      • Waiting
      • Sub-Workflow
      • Execution Order
    • Data Handling
      • Data Structure
      • Transforming data
      • Use Code
      • Mapping using UI
      • Data Item Linking
      • Data Pinning
      • Data Editing
      • Data Filtering
      • Data Mocking
      • Binary Data
    • Editor UI
    • Credentials
      • Create and Edit
      • Sharing
    • Integrations
      • Node Types
      • Core Nodes
      • Actions
      • Triggers
      • Credentials
      • Custom API Operations
    • Error Handling
      • Errors related to memory
    • Keyboard Shortcuts
  • Security & Compliance
  • Terms & Conditions
  • Privacy Policy
  • User Guide
    • Getting Started
    • Admin Console
    • Data Maintenance
Powered by GitBook
On this page
  • Node operations: Triggers and Actions
  • Core nodes
  • Cluster nodes
  • Credentials
  1. Appizap Workflow Builder [Pro]
  2. Integrations

Node Types

This section encompasses the node library, which serves as a comprehensive guide detailing the pre-installed nodes in Appizap Workflow Builder along with their respective authentication details.

PreviousIntegrationsNextCore Nodes

Last updated 10 months ago

Node operations: Triggers and Actions

In Appizap Workflow Builder, upon adding a node to a workflow, a selection of operations that can be executed is presented. These operations correspond to the functions carried out by a node, such as data retrieval or transmission. Operations can be categorized into two groups: Triggers and Actions.

Triggers initiate a workflow based on specific events or conditions in your services. When a Trigger is selected, Appizap Workflow Builder includes a trigger node in the workflow with the chosen Trigger operation pre-selected. Trigger operations can be identified by a bolt icon when searching for nodes in Appizap Workflow Builder.

Actions are operations that correspond to specific tasks within a workflow and can be used to manipulate data, execute tasks on external systems, and activate events in other systems as part of the workflow. Selecting an Action in Appizap Workflow Builder will add a node to the workflow with the chosen Action operation pre-selected.

Core nodes

Core nodes can function as either actions or triggers within the system. Although most nodes are connected to external services, core nodes provide functionalities such as logical operations, scheduling capabilities, and generic API invocations.

Cluster nodes

Cluster nodes are groups of nodes that work together to provide specialized functionality within an Appizap Workflow Builder workflow. Rather than relying on a single node, users integrate a main node with several secondary nodes to optimize the system's overall capabilities.

Credentials

External services require a method for verifying and validating user identities. This information may vary from an Application Programming Interface (API) key to a combination of email and password or a lengthy, multi-line private key. These credentials can be securely stored in Appizap Workflow Builder. Nodes have the capability to request credential information. To enhance security measures, access to credentials is restricted to node types with designated access rights.

In order to enhance data security, data is stored in the database in an encrypted format. Appizap Workflow Builder utilizes a randomly generated personal encryption key, which is automatically created during the initial execution of Appizap Workflow Builder and subsequently stored in the ~/.n8n/config directory.