That’s great to know that you managed to figure this out James.
I had noticed that, but never anticipated that the test initialization could send a different request v/s an actual email. This makes sense now. Thanks for posting the fix on the forum.
You create a random string in the user’s data table as a field called “reply_to” with the @yourappdomain.com and store the “asdf1234qwer_iopu7890hjkl@yourappdomain.com” or something like that?
Have you pasted and saved the URL in postmark? A test request should be sent. You should be able to also receive something on the webhook if you send an email to your postmark inbound email address.
I think that Postmark has changed some parameters in their API because I can’t see the data in base64…Do you guys have an idea on what’s going on ?
Thanks
I fixed the issue by myself.
FYI, you need to send a request to your workflow from Postman using the following json at this page: Parse an email | Postmark Developer Documentation.
Happy no coding
has anyone been able to set a friendly reply to address? like support@domain instead of [LongUniqueID]@domain.
The person replying actually sees this XXXXXXXXXXX@yourappdomain when they reply. It’s possible to have everyone reply to a friendly email like support@yourappdomain and instead use the In-Reply-to Header to pass the unique ID. That way the unique ID is hidden and the expereince is better.
Example:
All replies to bubble support are to are to support@bubble but they’re able to keep things orgnized.
The In-Reply-To header and the Reply-To header serve different purposes:
Reply-To Header: This is the email address that your email client will use when you hit “reply” to an email. In the Bubble email example the Reply-To header is set to:
Reply-To: support@bubble.io
This means that when you reply to the email, your reply will be sent to support@bubble.io.
In-Reply-To Header: This header is used to track the relationship between emails in a conversation. It contains the Message-ID of the email to which this one is replying. For example: