📄️ API (HTTP Request)
The API (HTTP Request) activity allows you to make an HTTP request to an API endpoint. You can use this activity to perform operations like fetching data from an API, sending data to an API, updating data, removing data and much more.
📄️ Fynd Platform Application Client
The Fynd Platform Application Client activity is used to interact with the Fynd Platform Application Client.
📄️ BrowserBase
This guide walks you through setting up BrowserBase integration within Boltic.
📄️ Google Calender
Google Calendar is a robust time-management and scheduling service developed by Google.This activity is used to integrate Google Calendar into your workflows, enabling automated management of events such as creation, updates, deletion, and retrieval of calendar events.
📄️ Converter
Converter activity is used to convert the input data from one format to another format.
The Email activity is used to send an email to one or more recipients. The email can be sent only using NETCORE as of today!.
📄️ Function
Boltic Workflows supports the execution of custom JavaScript/Python code using the Function activity. This allows you to write complex logic and manipulate data within your workflows.
📄️ Gmail
The Gmail activity is used to either send messages to another email address or save them as drafts.
📄️ Google Drive
The Google Drive activity allows you to upload, download, or manage files stored in Google Drive.
📄️ Google Meet
The Google Meet activity is used to schedule video meetings via Google Meet.
📄️ GPT
The GPT activity is used to generate responses from ChatGPT based on the user's input prompt.
📄️ If Else
Rather than using traditional if...else if...else statements in JavaScript, you can visually create conditional logic with this activity. This approach simplifies complex JavaScript logic by breaking it down into more manageable components.
📄️ Kafka Producer
The Kafka Producer activity is used to produce messages to a Kafka topic.
📄️ Log/Console
The Log Console activity is used to log data within a workflow for debugging or tracking purposes.
📄️ Loop
A Loop activity contains an embedded activity that executes for each item in an array. Within the loop, you can use value to reference the current item in the array.
📄️ Mapper
The Mapper activity is used to map and transform data from one format to another.