Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    B1 Node

    B1 Node

    • Description
    • How to add it to a flow
    • How to use it
    • Build.One Credentials
    • B1 Node

    Description

    The Build.One node allows the developer to execute B1 backend logic and send any needed information for it, and receive data in the response that then could be handled in the following nodes of the automation flow.

    How to add it to a flow

    1. In your Automation Flow click in the + icon on the top right corner to add a new node
    2. image
    3. Search for “Build.one”
    4. image
    5. Select the node

    How to use it

    Build.One Credentials

    For this node, Automation flow credentials are needed. To create a new credential simply add the node to a flow and in the first parameter “Credential to connect with” select the option of “Create New Credential”

    image

    That will open a new screen where you can set the credentials to access the Build.one backend

    image
    Field
    Description
    URL
    URL of your environment (for example https://swat-test.demo.build.one/)
    Username
    User to access that enviroment
    Password
    Password to access that enviroment

    Once set, those credentials could be reused in any flow

    B1 Node

    Once the node has been added a set of fields is presented that defines the backend logic that is called trough this node

    image
    Parameter
    Description
    Base URL
    This is the url of your environment where the backend logic is located
    Task Name
    Name of the backend task that will be executed
    Payload
    Payload that will be sent to the backend task
    Payload Format
    Format of the payload that is sent
    Available Logic-Blocks
    List of Logic blocks that can be added to the exectution
    Logo