Hello everyone,
I created a workflow to check the HTTP status code of a list of URLs. This list is obtained from a CSV file that is sent through the chat. Everything works fine for processing the file, but I would like the error report (the list of URLs returning a status code other than 200) to be offered for download again in the chat. Is this possible?
hello @flipflip
I don’t see such an options for chats. However, you can do it with the Data Table and a Webhook:
You can place all logic into one workflow or divide them into two separate WFs.
Create a Data table with two columns: url and message (both as string type)
update the Respond to Chat with the actual webhook url