Integrations

Here you will find all the available integrations in the platform.

Integrations

Integrations nodes

MercadoLibre

Different actions that you can perform with the MercadoLibre API. You can get the products, the orders, and more

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Users
      • Get authenticated user
      • Get user by ID
      • Get user brands
      • Get user items
    • Sites
      • Search items by category
      • Search items by SKU
      • Search items
    • items
      • Get items

Tiendanube

Different actions that you can perform with Tiendanube's API. You can get/set products, sales, and more

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Products
      • Get all products
      • Get product by ID
      • Create a product
      • Update a product

LinkedIn

Send data to a LinkedIn webhook

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Send WebHook
    • Get user profile

News API

Fetch news articles and more!

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Topic
      • Get topic by URI
    • Event
      • Get articles by event URI

Google Sheets

Integrate your use case with Google Sheets

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Add row
  • Sheet configuration
    • Sheet ID: The ID of the sheet to use.
    • Sheet name: The name of the sheet in the spreadsheet.
    • Row data: The data to add to the row. Will be split by commas.

Slack

Send messages to Slack channels

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Send message
  • Slack configuration
    • Channel ID: The ID of the Slack channel to send the message to.
    • Message: The message to be sent to the Slack channel

AWS S3

Automate your file operations in S3 buckets

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Upload to S3
  • AWS S3 configuration
    • Bucket: The name of the bucket to upload the file to.
    • File key: The key (path) where the file will be stored in the bucket.
    • File content: The content to be uploaded to S3.

GCP Storage

Automate your file operations in GCP Storage

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Upload to storage
  • GCP Storage configuration
    • Bucket: The name of the bucket to upload the file to.
    • File name: The name (path) where the file will be stored in the bucket.
    • File content: The content to be uploaded to GCP Storage
    • Content type: The MIME type of the file (e.g., text/plain, image/jpeg)

AutoScraper

Automatically scrape and screenshot websites

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Submit screenshot
  • URL: The URL of the website to scrape and screenshot. Can use placeholders like {{input.url}}.
  • API endpoint URL: Here you need to set the URL of the API endpoint service to scrape the data from.

HTTP Request

Send an HTTP request

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Method:
    • GET
    • POST
  • URL: The URL to send the request to. Can use placeholders like {{input.url}}.
  • Payload: The payload to send in the request. Can use placeholders like {{input.payload}}.
  • Headers: The headers to send in the request. Can use placeholders like {{input.headers}}.

Serpapi

Perform searches using Serpapi, including Google Images and related content.

Fields:

  • Label: The name of the integration as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Integration: A list of integrations to use.
  • Method: The method to use in the API call.
    • Google images
    • Google search
  • Serpapi configuration
    • Search Query: The search query to be sent to Serpapi.
    • Image search page number: The page number for image results pagination (0-based index). Each page contains 100 images. Increment this value to fetch additional batches of 100 images. For example, use 0 for the first 100 images, 1 for the next 100, and so on.
    • Language: The language of the search results. (eg: en)
    • Country: The country of the search results. (eg: us)
    • Limit: The number of results to return. (eg: 10)