Collect URL
Use the Collect URL card in Mark360 to request URLs from your users and store them as variables.
Enable Regex Validation to ensure the provided link matches the required format and keep your data accurate.
Overviewβ
The Collect URL card allows you to gather website links or any valid URLs from users within your chatbot flow.
You can set validation rules to make sure only proper URLs are accepted.

Ask as Text Essentialsβ
Make your questions simple and clear to improve user experience.
Question Textβ
This is the message that appears to your users asking for a URL.
Be specific so they know what kind of link to share.
π¬ Example Question:
Please share the website link of the product youβre interested in.
Store Response in Variableβ
Use variables to store the collected user response for later automation or follow-up actions.
For example: {{variable.user_website_url}}
This allows you to reuse the provided link in upcoming messages, templates, or system actions for a personalized chat experience.
Advance Validation Settingsβ
Enable Advanced Validation to make sure the input meets URL standards.
Maximum Attemptsβ
Set how many times a user can retry entering the correct URL.
(Example: 3)
Invalid URL Validation Messageβ
Customize the message users will see when they provide an invalid URL.
(Example: βThat doesnβt look like a valid URL. Please try again.β)
Custom Validation Regex Patternβ
Add a custom regex to validate specific types of links.
Example URL Regex Validation:
^(https?:\/\/)?([\w\-])+\.([a-z]{2,6})([\/\w\-._~:?#[\]@!$&'()*+,;=]*)?$
Action on Validation Failureβ
Choose what happens when the user enters an invalid URL multiple times:
-
Skip Question β Continue to the next question in the flow.
-
End Conversation β Stop the conversation if the user repeatedly provides invalid input.

In Mark360 Bot Interface:β
