Commonly used actions
Communication
Http-Request: Most API calls used are HTTP requests. Commonly used in conjunction with String/Join to prepare the URL by joining value from various sources.
Database
Postgres: Connector to Postgres database. MySQL is also a commonly used connector.
File
Read: Used to read data from the file.
Write: Used to write data to the file.