The Web Form Event-Based Trigger serves as a powerful tool for collecting information directly from end users through a static URL hosting a Web Form. This trigger can then propel workflows forward based on the responses provided. The trigger enables workflows to be initiated automatically when a user submits a response to a Web Form, offering seamless automated workflows based on form submissions. By using this feature, users can streamline their processes, ensuring that the right actions are taken at the right time without manual intervention.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported Web Form Flow Types
The Web Form Event-Based Trigger is designed to support two distinct flow types- Single Step: Creates static and non-interactive web forms.
- New Interactive: Creates a web form that can be used in an interactive web form session, initiated either by a previous web form step or a Web Form Trigger.
Configure a Single Step Web Form Trigger
Interactive Web Form Trigger- Use Case Example
Interactive Web Form Trigger- Use Case Example
Workflow Overview: Web Form Reset User Password
Purpose: This workflow automates the process of resetting a user’s password in response to a Blink Web Form submission. It includes built-in safeguards to ensure that no action is taken without explicit user confirmation. Once confirmed, it generates a new password, updates the user’s credentials through Microsoft Entra ID, and communicates the result.
Workflow Logic and Steps
Trigger- Type: Event-Based Trigger
- Event: Blink Web Form response
- Web form flow type: New Interactive

- If the user selected “Confirm”, the workflow proceeds with the password reset process.
- If not, the workflow exits without taking any further action.
- Step 3: Generate Random Password: A secure, randomly generated password is created for the user. This will be used to update their credentials.
- Step 4: Resetting Password Now: This step logs or communicates that the password reset process has started. This may involve sending a notification or writing a message to a log.
- Step 5: Reset User Password: Uses the Microsoft Entra ID integration to reset the user’s password to the one generated in Step 3. The user is identified using their Entra ID value collected earlier or from the form submission.
- Step 6: Web Form Status - Password Reset Done: Provides feedback via the web form or notification that the password reset has been successfully completed.

- Step 7: Else Condition: Handles all cases where the user’s confirmation response is not “Confirm”.
- Step 8: Abort: The workflow stops, ensuring that no changes are made unless explicit confirmation was provided.

Create a new workflow. Choose the Event-based Workflow trigger type

Configure the Event-Based Workflow

Select the 'Blink Web Form' trigger

Configure and Add Input Fields
- Parameter Name: The name given to the input parameter
- Parameter Type: Select the appropriate input type based on the expected data (for example, string, number, boolean).
-
Optional:
- Display Name: The label shown to users for this input parameter.
- Required: Enable this option to make the parameter mandatory. Disable it to allow the parameter to remain optional.
- Placeholder (available for relevant types): Optional sample text displayed inside the input field to guide users on the expected format (for example, a sample username or email address).
- Default Value: The value automatically used if the user does not provide an input
- Instructions Text:
- Tooltip: Contextual text that appears on hover, offering additional explanation or clarification for the parameter.
- Helper Text: Supporting text shown below the input field to guide the user on how to complete it correctly.
- Description: The text shown to the user, either as a tooltip or as helper text, depending on the selected option.

Complete the additional fields:
- URL Link: Copy the link provided.
- Header: Add a title for your web form.
- Use Custom Logo: (Optional) Check the box to include a custom logo and provide the image URL.
- Description: (Optional) Add a brief description.
- Button Text: Enter the text you want displayed on the form’s submit button.

In Advanced Settings you can choose who can access and interact with the Web Form:
- Anyone in this tenant: Anyone signed into the tenant can access the form. This is the default option.
- Anyone in this workspace: Only signed-in members of the specific workspace where the web-form was created, can access the form.
- Anyone with link (public): Anyone with the form URL link can access and interact with it.
- Anyone in the organization (SSO): Blink users can access and interact with the form only via their organization’s SSO.

Configure an Interactive Web Form Trigger
Change the web form's flow type to 'New interactive'

Click the 'Apply' button to save your changes and continue building your workflow.
- Add the ‘New Web Form’ action to the step

- Set Web Form Flow Type as ‘Existing Interactive’

- To force the step wait for the web form response, select the ‘Wait for web form response’ checkbox. Alternatively, you can add a subsequent wait action to a step, to wait for the web form response.

Processing Status Notification

Testing Web Form Trigger
In the following use case example, we are testing a Web Form Trigger with a single step web form flow type.Fill out the form





