📄️ 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.
📄️ 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
JavaScript is the main tool for data manipulation and transformation in Boltic Workflow. Use the Function activity to write custom JavaScript code that can transform data and execute complex logic. Additionally, you can integrate popular JavaScript libraries to further enhance the capabilities of 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.
📄️ Parallel
The Parallel activity is used to execute multiple activities in parallel. The activity will complete when all of the activities have completed.
📄️ Fynd Platform Client
The Fynd Platform Client activity is used to interact with the Fynd Platform services. This activity allows you to perform various operations such as creating a new product, updating an existing product, creating users, creating session and more.
📄️ Read Sheet
The Read Sheet activity retrieves the contents of a specific sheet in a Google Sheets file and outputs the data as a JSON object.
📄️ Run workflow
Learn how to execute a workflow from within another workflow. The Workflow block allows data to be transferred between workflows, simplifying complex processes by:
📄️ Slack Legacy
The Slack Legacy activity is used to send messages to a Slack channel.
📄️ Slack
The Slack activity enables users to send messages in private or public channels, as well as direct messages to individual users.
📄️ Sleep
Sleep Activity is used to pause the workflow for a specified duration. It is useful when you want to wait for a certain amount of time before proceeding to the next activity.
📄️ Storage
The Storage Activity allows you to perform two operations: creating a folder and uploading a file.
📄️ Switch
The Switch activity is used to evaluate a condition and execute a specific set of activities based on the result of the evaluation.
📄️ Tables
The Tables Activity in workflows lets you perform operations on tables dynamically. With this node, you can automate common table tasks such as adding, updating, deleting, or retrieving rows. This feature simplifies data management, eliminating manual intervention and enabling seamless integration between workflows and tables.
📄️ Template
The Template activity accepts user input using Nunjucks templates and renders the content accordingly.
📄️ Write Sheet
The Write Sheet activity writes data to a specific sheet in a Google Sheets file.