Capture a list of items from a textarea and split on a delimiter or newline.
Bearer token from your account (https://agent.ai/user/integrations#api)
Write a clear prompt to guide users on what information is required. For example, 'Please enter your email address' or 'Select your preferred contact method.'
Assign a unique variable name for the input value, such as 'user_email' or 'preferred_contact', which you can reference later in the workflow.
^[a-zA-Z][a-zA-Z0-9_]*$This is the character that separates the list items. For example, use a comma (,) for 'item1,item2,item3'. Leave blank to split on newlines.
Mark this checkbox if this input is mandatory. For example, enable it if a response is essential to proceed in the workflow.