website logo
⌘K
Introduction
Automation Editor
API Editor
BUILD GUIDE
Environments
API
Design
Webhooks
Connections
Constants
WEBHOOKS SETUP
Google Calendar Webhook
Quickbooks Webhook
Square Webhook
Twitter Webhook
Xero Webhook
CORE APIs
Core API Functions
Core Multi
Core Bulk
Text
Number
List
DateTime
JSON
Web
ACCOUNT MANAGEMENT
Manage Account
Analytics
Monitor Your Tasks
Request APIs
Request Provider
Docs powered by archbee 
2min

Core Multi

The Multi API allows you to combine any of the core API's into a single call. This method of calling API for multiple transformations gives you significantly higher performance benfits.

API Credits will be used based on the API Task Credit rules for each API. If Unspecified in the API Documentation this is 1. In the example below, the Task Credits used will be Filter List (1 Credit)

Loop Through Output List (2 Items) and perform 2 functions (4 Credits)

Total = 5 Credits





Use Case: Say you want to Filter JSON Objects from a JSON List for all lead source as facebook, then want to enumerate the date by using Split Date for each item in a the filtered list.

You then want to use the output from the date to set a followup date as begining of the next month.

API Definition

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get

Updated 28 Nov 2022
Did this page help you?
Yes
No
UP NEXT
Core Bulk
Docs powered by archbee 
Multi functions API