Hi,
I was following this thread: How to set up Inbound Emailing with Postmark’s Inbound Processing - #25 by coty
to implement a “post a comment by replying to an email notification” feature on my bubble app.
But I’m struggling with this part:
I’m able to parse the inbound email ( a reply to a task’s comment notification email) and I got this information from the JSON parsed data:
https://capture.dropbox.com/huUzGL4MgGGVMmj4
where I stored the user unique ID and the “task” identification ID
but I don’t get ho to retrieve them inside my “create new thing” action:
https://capture.dropbox.com/5920Lc6rZmOXJJkW
any help would be really appreciated.
Thank you for your effort.