The Form Action Component allows users to create web-based forms, collect form entries, and process submitted data dynamically. It provides a web link to the form and sends submitted data to an output port.
This component is used to create forms with customizable fields and retrieve user responses for further processing in workflows.
generateEntryOutPortOptions
boolean
Enables dynamic generation of form entry output port options.
in
Accepts form configurations such as title, fields, and CTA (Call-To-Action).
form
Emits a web link to the generated form.
entry
Emits submitted form data.
Receives Form Configuration:
Accepts form metadata including title, description, fields, and CTA button text.
Generates Web Form:
Creates a publicly accessible web link for the form.
Handles Form Submissions:
When a user submits the form, the entries are sent to the entry
output port.
If JavaScript or CSS customization is included, it is applied to the form.
Sends Response:
Upon successful submission, the user is redirected to a thank-you message.
weblink
string
The URL of the generated web form.
title
string
The title of the form.
description
string
The description of the form.
fields
object
The defined input fields of the form.
cta
string
The label of the submit button.
thanksMessage
string
The thank-you message displayed after submission.
entries
object
The form submission data.
Webhook-Based Execution: Captures and processes form submissions in real-time.
Customizable Design: Supports JavaScript and CSS customization.
Ideal for Data Collection: Useful for surveys, feedback, and automation workflows.
This component is essential for workflows requiring automated form generation and user input processing.
Form connector
The Form Trigger Component creates web-based forms, collects entries, and processes submitted data dynamically. It provides a unique form URL and sends submitted form data to an output port.
This component is used to generate forms with configurable fields and receive responses for further processing in workflows.
generateInspector
boolean
Enables the dynamic generation of an inspector for form configuration.
generateEntryOutPortOptions
boolean
Enables dynamic generation of form entry output port options.
url
string
The unique URL for accessing the generated form.
in
Accepts form configurations such as title, fields, and CTA (Call-To-Action).
entry
Emits submitted form data.
Generates Web Form:
Creates a publicly accessible web link for the form.
Displays the form with configured fields and call-to-action text.
Handles Form Submissions:
When a user submits the form, the entries are sent to the entry
output port.
Supports custom JavaScript and CSS for styling and tracking.
Sends Response:
Upon submission, the user is redirected to a thank-you message or page.
title
string
The title of the form.
description
string
The description of the form.
fields
object
The defined input fields of the form.
cta
string
The label of the submit button.
thanksMessage
string
The thank-you message displayed after submission.
entries
object
The form submission data.
Webhook-Based Execution: Captures and processes form submissions in real-time.
Customizable Design: Supports JavaScript and CSS for styling and tracking.
Ideal for Data Collection: Useful for surveys, feedback, and automation workflows.
This component is essential for workflows requiring automated form generation, structured data collection, and real-time response processing.