Task Execution Summary Help
Task Execution Inputs
- HTTP Request: Data from an HTTP request.
- Webhook: Data received from a webhook.
- API Call: Data fetched from an API.
- Database Query: Data retrieved from a database.
- File Upload: Data from an uploaded file.
- Email: Data from an email.
- Form Submission: Data from a form submission.
- Manual Input: Data manually entered by a user.
- Schedule Trigger: Data triggered by a scheduled event.
- External Service: Data from an external service like Google Sheets, Slack, Excel, etc.
Task Execution Outputs
- HTTP Response: Sending data as an HTTP response.
- Database Insert/Update: Inserting or updating data in a database.
- File Creation: Creating a file with the processed data.
- Email Sending: Sending an email with the processed data.
- Webhook Response: Sending data to a webhook.
- API Call: Sending data to an API.
- Notification: Sending a notification (e.g., Slack message).
- Data Transformation: Transforming data and passing it to the next node.
- Conditional Logic: Applying conditional logic to data and routing it accordingly.
- External Service: Sending data to an external service like Google Sheets, Excel, CRM systems, etc.
Nodes are the building blocks of workflows, and they can have various inputs and outputs. This summary provides an overview of the possible inputs and outputs for nodes on your webpage. You can further customize the functionality as needed.