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
  • Definition
  • Configuring the AS2 module
  • Configuring the AS2 module
  1. Data
  2. Integrations
  3. Flows
  4. Tool Modules

AS2 Module

PreviousTool ModulesNextCSV Module

Last updated 6 months ago

Definition

The "AS2" tool module, standard module for use in any flow, was created to send messages using the AS2 protocol (Applicability Statement 2).

The "AS2" module consists of a single operation: Send an AS2 message.

Configuring the AS2 module

Before you can add an "AS2" module, you need to connect a station account and a partner account.

Register Station

To register a station within a flow, click on "Settings".

On the screen that appears, continue to the "Connected Accounts" tab. Make sure that "AS2" is selected under "Manage connected accounts" and then click "Add account".

Complete the following fields:

  • Station name: name of the station that will send the message

  • AS2 identifier: AS2 user, which will form the beginning of the AS2 trigger URL

  • Secret key: AS2 password

  • Private key: click to load a private key file (.pem)

Register a Partner

To register a Partner:

Within a flow, click on "Settings". On the screen that appears, continue to the Connected Accounts tab. Make sure that "AS2" and "Partner" are selected under "Manage connected accounts" and then click on "Add account".

Complete the following fields:

  • Name: partner name

  • AS2 identifier: AS2 user

  • URL: address of the partner station

  • Certificate: click to upload a public key file (.pem)

Configuring the AS2 module

The "AS2" module appears in the Tools option when editing a flow. As soon as you click to add it, the modal opens for configuration:

Configuring parameters

Configure the parameters in the "AS2" module.

Where:

  • Station ID: the Station account that will send the message, which must be previously registered.

  • Partner ID: the Partner account that will receive the message, which must be previously registered.

  • Encrypt message: select to encrypt the message to be sent

  • Sign message: select to digitally sign the message to be sent

In the second part of the "AS2" module configuration, you will test the module to validate the accounts used.

Parameters

The following parameters are sent by the "AS2" module and can be used by other modules in the flow:

  • responseHeader: message header

  • as2_message_id: unique identifier of the message

  • message: message sent

  • status: execution status, which can be processed or failed

To finish configuring the module, click on "Save".

For more information on connected accounts, .

For more information on connected accounts, .

.

Message: enter the message here, which can be received from other components in the flow or even from an .

read here
read here
Find out about the Module Header here
AS2 Trigger
Definition
Configuring the AS2 module
Register Station
Register a Partner
Configuring the AS2 module
Parameters