Hey @JohnMark ! I’m currently working with the wonderful team at @Chakor to build out a prototype with Jasonelle. It’s going great but we have a very specific use case and problem, maybe you or one of the Bubble community will have an idea to help us!
We’re adding the code to the Jasonelle to make it appear in the native sharing menu of the mobile device. So when the user is in iOS Safari, on a website they want to share the link to, they tap the share and they see the Jasonelle app in the list alongside Whatsapp etc. So far so good, the team have succeeded with that.
The problem is upon arrival, we need to tell the Jasonelle to handle the shared link somehow. My idea is to tell Jasonelle to send an HTTP POST request with the link URL to our Bubble app, as I don’t think passing info using code from the Jasonelle into the Bubble app is possible. This requires us setting the current user’s unique ID as a cookie value in the Bubble app, which the Jasonelle can read and then pass into the POST request to the Bubble app to indicate who shared what link.
I can’t find any info about building an API system into the Jasonelle, and I’m not good at coding so I’m not sure if it’s even feasible. If anyone has any advice we’d massively appreciate it. Thanks everyone!