My use case involves sending emails and pasting links to some documents. Is it possible to update these links dynamically?
For example, using a Chrome extension, we could check a textarea for any text containing “www” or “http” and replace it with a link generated from the Dub API.
Is this approach feasible or technically possible?