Is it possible to get the deeplink data from a link that was just created? I would like to persist the link data also in my own database when a user creates a new link.
is this possible? thank you very much for your help.
EDIT: I already created a webhook, which triggers on click. And I fire a userCompletedAction('click')
right after creating the link. But I guess this webhook would fire every time some user triggers the pre-defined "click" event. when I use a custom event like userCompletedAction('link-created')
, the webhook doesn't send the link data with it (as stated in the docs)