Uify Docs
  • Welcome to Uify
  • Getting started
    • Quickstart
  • Editor
    • Visual UI Builder
    • Component Properties
    • Environments & Deployment
  • Writing code
    • Component properties
    • Actions
      • Managing actions
      • Triggers
      • Execution model
      • Preview
    • State variables
    • Exposed variables
    • Type safety
    • Managing usages
    • Console
  • Data Management
    • Data sources
    • Table preview
    • Secrets
  • Integrations
    • BigQuery
    • Google Sheets
    • Microsoft SQL
    • MongoDB
    • MySQL
    • OpenAI
      • Manual mode (chat)
      • Manual mode (complete)
      • Text to structured data
    • Rest API
    • Salesforce
    • Slack
    • Snowflake
  • Collaboration
    • Permissions
  • Component reference
    • Shared properties
    • Button
    • Chart
    • Checkbox
    • Container
    • Data Grid
    • Form
    • Funnel
    • Inputs
    • Modal
    • PDF
    • Radio group
    • Selects
    • Slideout
    • Switch
    • Table
Powered by GitBook
On this page

Was this helpful?

  1. Integrations

Rest API

You can connect to your REST API to request data and interact with 3rd party services or even your own backend. This allows you to combine data with your other data sources and trigger operations based on data of other data source.

Connecting to your REST API

To connect your REST API, follow the steps below:

  1. Go to Data Management and click on "New source" to create a new data source.

  2. Select REST API from the list of available data sources.

  3. Name your data source connection and provide the connection details:

Setting
Description

Base url

The base url where the API endpoints are placed. You can also provide the entire url for the endpoint if you want to create one data source for each endpoint.

Timeout

Length until request times out (to avoid infinitely long requests).

Params

Parameters that are passed along with the request.

Headers

Headers that are passed along with the request. Especially useful for authentication headers for simple authentication via bearer token.

(optional) OAuth 2.0 Authentication

  • Token url: Url from which to request the access token.

  • Client ID & Secret: Client credentials (API key and secret) sent as part of the authorization header.

  • Scope: The access scope that you want to request.

  • Audience: Defines the endpoints at which the token can be used.

  1. Click on "Test connection" to ensure that your connection works reliably and save your data source connection with "Connect".

Note: You can configure the data source for two different environments, Staging and Production. You can find more information about it here.

PreviousText to structured dataNextSalesforce

Last updated 2 years ago

Was this helpful?