Is there a way to search for hyperlinks used within message nodes?

I’m wondering if there is a simple way to find all dialog tasks or message nodes that contain a specific text such as "https:// "or "www. ". . We need to find all dialog tasks that contain hyperlinks.

Thanks kindly,
Stacy

Hi Stacy,

Try exporting using Deploy>Bot Management>Import Export> Export to get a zip of JSON and PNG. The JSON for the tasks will contain the URL so can be searched using your favourite editor.

Kate

1 Like

@StacyJPelletier
What @kate.taylor has mentioned should be the fastest way to search. But understandably one needs to be a bit familiar with the JSON structure of the bot definition.
If you are making a new implementation, in the future, you may want to check out the content variables and use them in the message nodes as well as KGs instead of hard-coding anything.

2 Likes