Is it possible to send a in-app message to a visitor via api? Before they become a lead or a user.
Or, is it possible to convert a visitor to a lead or a user via api then send them an in-app message?
I'm trying to trigger an in-app message to a visitor after they fill out a form on my website.
We are able to retrieve the Visitor ID using the provide JS and it looks something like this:
IntercomVisitorId:
<0dd41354-f701-4648-94ca-e24df88dadcc]
But I don't know how to use this ID to target the visitor with an in-app message.
Thanks!