Skyone
Skyone
English
English
  • Home
  • Data
    • Getting Started
      • Create an account
      • Recover Password
      • Quick Platform Guide
      • How to test the platform for free
      • Workspace
        • Creating a new Workspace
        • Find a Workspace
        • Sending an invitation to a Workspace
        • Editing a Workspace
      • Organizations
        • Creating an Organization
        • Organization Overview
        • Organization Management
        • Organization Monitoring
      • Settings and Preferences
        • Profile
        • Notifications
        • Usage and Billing
        • Users and Permissions
    • Modules
      • Module management
        • Creating a Module
        • Importing a Module
          • IAC Files - Integration as Code
        • Editing a module
        • Module Options
      • Settings and Operations
        • Module settings
          • Connectivity: Database
          • Connectivity: Email
          • Connectivity: REST
          • Connectivity: SOAP
          • Connectivity: File
          • Connectivity: RFC
          • Connected Account Management
        • Operations
          • Importing operations into REST Modules
          • Operation Management
        • Flows Using This Module
    • Monitoring
    • API Gateway
    • Terminals & Agent
      • Agent
        • Versions supported by Agent
        • How to Update the Agent Version
        • How to back up Agent files
      • Terminals
    • Data
      • Data Stack
        • Process Control
        • Data Stack Upload
        • File Actions
        • File Jobs
        • Data Job Parameters
        • Data Store
        • Data Share Features
        • ODBC
        • How to use the Data Engine Proxy
    • Integrations
      • Integration Management
        • Create integration
        • Import Integration
        • Edit Integration
        • Integration Options
        • Flows of this integration
      • Flows
        • Flow management
          • Creating a flow
          • Flow options
          • Flow Canva: configuring and editing the flow
            • Flow Canva: overview
            • Exception Handler
              • Exception Handler - Configuration
              • Exception Handler - Cases
            • Multicontext Flows
              • Example: Multicontext with an API Gateway
              • Example: Multicontext with a Time Trigger
            • Flow Settings
        • Triggers of a flow
          • API Gateway Triggers: Adding and Setting
          • AS2 Triggers: Adding and Setting
          • Queue Triggers: Adding and Setting
          • Flow Triggers: Adding and Setting
          • Time Triggers: Adding and Setting
          • Webhook Triggers: Adding and Setting
        • Tool Modules
          • AS2 Module
          • CSV Module
          • Data Transform Module
          • Data Balancer Module
          • EDI Module
          • Flow Call Module
          • IF Module
          • JavaScript Module
          • Log Module
          • Loop Do While Module
          • Loop For Module
          • Return Module
          • XML Module
          • Other Tool Modules
        • Module Header
        • Connecting components of a flow
        • Editing triggers and modules
        • Data Operations
          • Object Handling
            • Practical example: Handling variables
          • SMOP (Small Operations)
          • Parameterization rules
    • How to
      • Insert JSON into databases
      • Flattening: Data transformation using JSONata
      • How to use Form Data
      • Understanding recursion in JSONata
      • REST Module Output Consolidation
      • Isolated in execution: concept and application in variables
      • URL Parameters in API Gateway
      • Use case: API Gateway trigger parameters
      • Use case: Exception Handler in financial transactions
      • Use case: using Groups to manage access to flows
      • How to create a download endpoint and integrate with Power BI
      • Is it possible to use two triggers in a single flow?
      • How to set up WhatsApp in Skyone Studio
    • FAQ
    • GIGS: The complete guide
    • Glossary
  • Support
    • How do I request support?
    • Case Severity Levels
    • SLAs
    • Help & Resources
Powered by GitBook
On this page
  • Connected Account
  • Add Queue Trigger
  1. Data
  2. Integrations
  3. Flows
  4. Triggers of a flow

Queue Triggers: Adding and Setting

PreviousAS2 Triggers: Adding and SettingNextFlow Triggers: Adding and Setting

Last updated 6 months ago

The queue trigger is a feature that allows you to start a flow through messaging services, such as Google Pub/Sub and RabbitMQ.

Here’s how to add and configure a Queue Trigger:

Connected Account

Before adding a Queue Trigger, you need to connect a Queue-type connected account.

Since this is a specific account type for the Queue Trigger, its configuration and editing must only be done in the Flow Settings area.

To configure it, follow these steps:

  1. Click on "".

  2. In the "Connected Account" tab, click on "Add account".

  3. In "Manage Connected Accounts," select the "Queue" option.

  4. Next, choose the queue type. Currently, we have two types: Google Pub/Sub and RabbitMQ.

  5. Click on the tab for the selected type and complete the configuration:

After selecting Google Pub/Sub, if a previously connected account has been registered, it will be displayed in a list, allowing you to select it.

If you prefer, you can also create a new account. To do this, follow the steps below:

  1. Click "Add Account".

  2. To add a Google Pub/Sub account, you will need to fill in the following fields:

    • Account Name: Choose a name for the account.

    • Key: Upload the JSON key by clicking on the upload icon.

Check permissions:

Entity
Permissions

Subscription

Pub/Sub Subscriber e Pub/Sub Viewer

Topic

Pub/Sub Viewer

After selecting RabbitMQ, if a previously connected account has been registered, it will be displayed in a list, allowing you to select it.

If you prefer, you can also create a new account. To do this, follow the steps below:

  1. Click "Add Account".

  2. To add a RabbitMQ account, you will need to fill in the following fields:

    • Account Name: Choose a name for the account;

    • Hostname;

    • Port (optional);

    • Vhost (optional);

    • User;

    • Password.

Add Queue Trigger

To add a Queue Trigger, follow these steps:

  1. Click on "Start with a trigger."

  2. Click the plus sign next to the Queue Trigger option. This will open a modal to configure it and view more information.

  3. This modal is divided into two areas: Header and Settings.

Settings

Fill in or select the following fields on the Queue Trigger screen:

  • Connected Account: Choose a previously registered connected account. Depending on the selected type, follow the instructions:

Fill in according to your Google Pub/Sub details:

  • Topic

  • Subscription

  • Message: Value that simulates the message that will be received by the trigger.

Finally, you can click the "Test Connection" button to check if the configuration is correct.

Fill in according to your RabbitMQ details:

  • Exchange:

  • Queue:

  • Message: Value that simulates the message that will be received by the trigger.

Finally, you can click the "Test Connection" button to check if the configuration is correct.

.

Find out about the Module Header here
Settings