What functionalities are there for building workflows inside MakeWebBetter Connect?
Besides app-specific triggers and actions, there are the following core functionalities that you can employ while building workflows:
- Crypto – Generate random passwords and hash existing text.
- CSV – CSV manipulation tools.
- Data Mapper – Tools to manipulate data structure.
- Data Summarizer – Tools for extracting and analyzing key information from data.
- Date Helper – Manipulate, format, and extract time units for all your date and time needs.
- Delay – Use it to delay the execution of the next action.
- Files helper – Read file content and return it in different formats.
- HTTP – Sends HTTP requests and returns responses.
- Math Helper – Perform mathematical operations.
- SMTP – Send emails using a Simple Mail Transfer Protocol.
- Storage – Store or retrieve data from key/value database.
- Text Helper – Tools for text processing.
- XML – Extensible Markup Language for storing and transporting data.
- Branch – Decide what happens based on an if condition result.
- Loop – Loop on a list of items.
- Code – Powerful Node.js & typescript code with NPM.