Introducing AI-Generated Sync Templates: Sync In & Sync Out Simpler Than Ever
Read more
  /    /  1001fx

Integrate 1001fx with 1856 other apps

Centralize data and automate business processes with 1001fx integrations

Streamline your business processes by centralizing your 1001fx data. Boost.space connects to your IT tools and helps aggregate their data into central databases. Data centralization serves as the foundation for easy collaboration across teams, process automation across tools, and data analysis with a complete story.

Integrate 1001fx with thousands of other apps in a few clicks.

14 days trial
No credit card required
Loved by hundreds companies and freelancers around the world.
200+ reviews on
Trustpilot
Centralize data in Boost.Space with 1001fx integration Centralize data using ActiveCampaign integration, WooCommerce integration, Asana integration, Slack integration, 1001fx integration, 1001fx integration and 1800+ more!
1001fx Triggers / Actions (46)

Get a head start with our 1001fx integration templates or create your own

Vlookup Spreadsheet Function for Arrays

Implements a vlookup function similar to the GSheet and Excel functions. Searches for a value in the first column of a table or an array of values, and then returns a value in the same column from a column you specify in the table or array. - More informations: https://1001fx.com/functions/vlookup

Validate String Format

Validates if a given string is in provided format. Formats are :URL, email, IBAN, BIC, VAT, ISBN and Regular Expresssion - More informations: https://1001fx.com/functions/validatestringformat

Upload an Asset

Uploads an asset (image, zip, audio, video, pdf, ...) to our storage and returns an url for downloading. The asset will be automatically deleted at the end of the next day. - More informations: https://1001fx.com/functions/uploadasset

Convert Texts to an Image

Converts multiple texts on a colored background and creates an image. Transparent backgrounds allow overlay on another image. - More informations: https://1001fx.com/functions/text2image

Sumif Spreadsheet Function for an Array

Implements a sumif function similar to GSheet and Excel functions. Sum elements of an array by a given criterion. - More informations: https://1001fx.com/functions/sumif

Scrape HTML

Scrape a provided HTML string or Website. - More informations: https://1001fx.com/functions/scrapehtml

Scale an Image to Fit Given Dimensions

Scales an image to the largest size that will fit within a rectangle of the specified width and height. - More informations: https://1001fx.com/functions/scaleimagetofit

Scale an Image

Scales the image by the specified factor. - More informations: https://1001fx.com/functions/scaleimage

Resize an Image

Resizes an image to the specified width and height. - More informations: https://1001fx.com/functions/resizeimage

Remove Duplicates from an Array

Removes duplicates from an array. If the fields parameter is empty, all fields of the first array element are used for the comparison. - More informations: https://1001fx.com/functions/removeduplicates

Pivottable Spreadsheet Function for an Array

Implements a pivottable function similar to GSheet and Excel functions. Aggregate fields with given operator. Multiple fields can be aggregated. Aggregate functions are: count, sum, min, max and mean. - More informations: https://1001fx.com/functions/pivottable

Create a Pie Chart

Creates a pie chart with custom data and styling. Output can be an image or a PDF. - More informations: https://1001fx.com/functions/piechart

Overlay an Image on another Image

Overlays two images to create a new image with the second image placed as an overlay. Uses the png file format for transparency. Canvas size is preserved. - More informations: https://1001fx.com/functions/overlayimages

Merge PDFs

Merges up to three PDFs into a single PDF. The orientation of each merged PDF is preserved. - More informations: https://1001fx.com/functions/mergepdfs

Mask an Image with Another Image

Masks a source image to this image using the average pixel color. A completely black pixel on the mask will make a pixel in the image completely transparent. - More informations: https://1001fx.com/functions/maskimage

Mask an Image with a Circle Mask

Creates an image with a circle mask. - More informations: https://1001fx.com/functions/maskcircleimage

Create a Line Chart

Creates a line chart with custom data and styling. Output can be an image or a PDF. - More informations: https://1001fx.com/functions/linechart

Check if Date is a Holiday

Check if the given date is a holiday in a country and optionally in a state. Please refer to https://github.com/commenthol/date-holidays for available country codes. - More informations: https://1001fx.com/functions/isholiday

Convert HTML String or URL to an Image

Converts an HTML string or URL to an image. If an HTML string is given. Replacements for the text are processed. It is also possible to use Tailwind in classes. - More informations: https://1001fx.com/functions/html2image

Hlookup Spreadsheet Function for an Array

Implements a hlookup function similar to the GSheet and Excel functions. Searches for a value in the top row of a table or an array of values, and then returns a value in the same column from a row you specify in the table or array. - More informations: https://1001fx.com/functions/hlookup

Function for File Operations Demonstration

Returns the first given file. Playground function with file input and output to test files input and file retrieval. Charge is always 0. ApiKey is required. - More informations: https://1001fx.com/functions/hellofiles

Function for Demonstration

Playground function with JSON body input and JSON body output for demos and testing. Use it to learn how to work with 1001fx. Charge is always 0. ApiKey is required. - More informations: https://1001fx.com/functions/hello

Get Keys and Values from JSON Object

Returns two arrays. One containing the keys and on containing the values of the object. - More informations: https://1001fx.com/functions/getjsonkeysandvalues

Get Metadata of an Image

Returns the width, height, file extension, mimetype, and presence of alpha channel of an image (bmp, gif, jpeg, png and tiff). - More informations: https://1001fx.com/functions/getimagemeta

Get Data from HelloSpaces

Retrieves data from HelloSpaces for the given Space ID. - More informations: https://1001fx.com/functions/gethellospacesdata

Get the Amount of Credits for Api Key

Gets the current balance of credits for your API key. - More informations: https://1001fx.com/functions/getcredits

Format Date and Time

Formats a given date and time to the specified ouput format. - More informations: https://1001fx.com/functions/formatdatetime

Filter an Array by an Operator

Filters an array by an given comparison operator. - More informations: https://1001fx.com/functions/filterarray

Execute Javascript Code

Execute JavaScript code in a sandbox on our server. The following npm packages can be used: momentjs, cheerio, handlebars, ... (see https://1001fx.com for full list). Exceptions will be caught and returned. Strict is forced and imports are not allowed. - More informations: https://1001fx.com/functions/executejavascript

Encrypt a ZIP

Encrypts the uploaded Zip with the given password. The password must not be empty. - More informations: https://1001fx.com/functions/encryptzip

Encrypt a PDF

Encrypts the uploaded PDF with the given password. The password must not be empty. - More informations: https://1001fx.com/functions/encryptpdf

Bulk Download of Stripe PDF Invoices

Downloads all invoices for a restricted API secret key for a given period. Only the 'Invoices' Stripe permission is required for this key. The maximum number of invoices per call is 300. - More informations: https://1001fx.com/functions/downloadstripeinvoices

Search in All Keys in a JSON Object

Deep searches in all keys of a given JSON object. The result is an array of key/value pairs the matches the criteria - More informations: https://1001fx.com/functions/deepsearchjson

Decrypt a ZIP

Decrypts the uploaded Zip with the given password. The password must not be empty. - More informations: https://1001fx.com/functions/decryptzip

Decrypt a PDF

Decrypts the provided PDF with the given password. The password must not be empty. - More informations: https://1001fx.com/functions/decryptpdf

Cut Audio File

Cuts a mp3 file from given file or URL. Beginning from start in seconds, the given duration (in seconds) will be cut - More informations: https://1001fx.com/functions/cutaudiofile

Convert a CSV to Array of Objects

Converts a csv and parse it into an array of objects. The file must be a valid csv file (not an Excel or GSheet spreadsheet). - More informations: https://1001fx.com/functions/csv2array

Crops an image by the given x, y, width and height paramters.

Crop an Image - More informations: https://1001fx.com/functions/cropimage

Create Fake Data

Creates realistic fake data for testing and development. Examples: address, date, lorem ipsum, commercial products, company, image, random numbers, urls and many more). - More informations: https://1001fx.com/functions/createfakedata

Convert a Date to a Timezone

Converts an input date to the specified timezone. - More informations: https://1001fx.com/functions/converttimezone

Check Date against Condition

Checks a date against different conditions. - More informations: https://1001fx.com/functions/checkdate

Create a Bar Chart

Creates a bar chart with custom data and styling. Output can be an image or a PDF. - More informations: https://1001fx.com/functions/barchart

Transcribe Audio with OpenAI

Transcribes audio to text. Will be charged per minute. - More informations: https://1001fx.com/functions/audiotranscriptionopenai

Ask OpenAI

Get answer from OpenAI GPT. Will be charged per used OpenAI tokens. - More informations: https://1001fx.com/functions/askopenai

Add Value to a Date

Adds a specified number of days, months, etc. to a given date. It can also subtract dates by adding negative values. - More informations: https://1001fx.com/functions/addtodate

Make an API Call

Performs an arbitrary authorized API call.

14 days trial
No credit card required