Add Server and Organization Info in Web hook Body Payload #1928
dipakparmar
started this conversation in
Feature suggestions
Replies: 2 comments 1 reply
-
If your application only has one Postal credential then you would be able to figure this out yourself because it would be the same for all messages? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Same problem here. I want to compose a URL for a message off of the message payload, so that the user can open the message info in the dashboard. However, the organisation slug and host is missing from the payload. An alternative would be to just add a permalink directly to the webhook payload. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Including the server permalink and organization slug into the webhook payload to allow users to directly access messages on the portal as other necessary information is already available in the payload like message-id.
Adding this users can directly form the clickable link that will open the email in the browser.
DomainDNSError
has all the necessary variables available but not other like MessabeBounce or HeldRequesting adding following to other webhook events:
:server => self.owner.webhook_hash,
Beta Was this translation helpful? Give feedback.
All reactions