NewIntroducing Arbiter AI. Experience the boundless capabilities of AI, right inside Arbiter. Check it out
  • Intro
    • Automations
    • Complex Decision-Making
    • Integrations
  • Docs
  • Support
  • Pricing
Try Arbiter

    Introduction

  • What is Arbiter?
    • Overview
    • Automations and Integrations
    • Decision-Making Software
    • Overview
    • Configure the Start Node
    • Connect to an HTTP API
    • Use Processor for Math Calculations
    • Add Conditions with Rule Node
    • Output Data and Workflow Tests
  • Concepts
  • Workflows

  • Projects
    • Intro
    • Workflow data state
    • Result schema
    • Canvas actions
    • Start node
    • Connector node
    • Rule node
    • Processor node
    • Workflow node
    • Setter node
    • Intro
    • Http request
    • Intro
      • Overview
        • Overview
        • Text
        • Date and Time
        • Math
        • Overview
        • Text Template
        • Find
        • Filter
  • Variables
    • Checkpoints
    • Workflows status
  • Data Types
  • Input Parameters Form
  • Arbiter AI
  • Visibility and Audit
  • Troubleshoot & FAQ

  • Roadmap
  • Changelog
Type '/' to Search

•Connect to an HTTP API

•Create Connector Node

  1. Drag & Drop the Connector to the Canvas
  2. Connect Start node with Connector node
  3. Double click on the Connector to open the settings
  4. Change the default name with GetProduct
  5. Click on Create connector button
  6. Give a name to the request, e.g. GetProductById
  7. Select Create button and you will be redirected to the HTTP query builder

•Create an HTTP query

We will be using the classic Northwind example data set. It is structured as a simple REST API.

  1. Enter the URL pointing to the products resource.

    https://northwind.vercel.app/api/products
    
    https://northwind.vercel.app/api/products
  2. We want to get a specific product by its Id so we'll use a path variable. After /products append the fallowing: /:productId.

    https://northwind.vercel.app/api/products/:productId
    
    https://northwind.vercel.app/api/products/:productId
  3. While you are writing you'll see the Path variables table appears bellow.

  4. Change the type of the productId variable.

  5. Test the request. For this example we'll be using a product with Id 30.

  6. Click on Build schema button to create an object schema

•Complete Configuration

  1. Click on Return to OrderProduct button(top navigation panel next to the logo).
  2. Double click on GetProduct node to open the settings.
  3. Select the newly created connector from the drop down menu.
  4. The available input parameters will appear bellow the menu and you'll see the productId that we defined in the previous step.
  5. Select Use variable from state button, click on Select field... and then select start.productId. Learn more about input parameters form.
  6. Select Apply button.

•Next Steps

See how to configure a Processor node

DocsContactLegalCookies
©2022-2023 Arbiter Technologies Ltd. All rights reserved.