I am fairly new to APIs and such, but in my implementation/integration of Postmark with Bubble’s API Connector, I am wondering how/where ya’ll are putting your user’s email address dynamically?
I am going through Postmark to send transactional emails to my users, so I need a way to dynamically include my user’s email. In the Bubble API terminal, however, it’s requiring an actual email address in these fields, whereas I want to dynamically insert my user’s email addresses. I am really hoping to not have to use a plugin to achieve this.
Has anyone successfully achieved this and can share your solution?
You want to dynamically have the emails come from the Current user’s email address?
Also you just need to put a sample (valid email in your Postmark Sending Signatures) in that box so you can test and initialize the API call.
It’s when you go to use the API call in your app is when you would dynamically fill in the value. But it’s not so easy cause you can’t just impersonate a user without proper setup
When you call this API during any of your workflows, Bubble will ask you to fill all parameteres that are not Private. So you will be able to insert your variables as you want.
Oh okay much easier than what I thought where you wanted to send on-behalf of users.
Like everyone said those value boxes are just for initializing the API call, you can dynamically fill in the FROM and TO addresses when you do the API call action in your app (Make sure it is setup as Action not Data)
So, I have figured out how to dynamically send emails to my users on the Bubble workflow end, but because an email address is required in the terminal for initializing the API call, I am getting a copy of every email my users generate. Is there a way around this?