Applications that render SEDNA messages might want to provide the ability to reply to or forward the message from within SEDNA.
URL Format
https://{customerSednaUrl}/launch/follow-up/message/:id/:action
Parameters
Parameter | Description | Example |
---|---|---|
customerSednaUrl | The URL of the customer's SEDNA tenant. | sedna.sednanetwork.com |
id | The relevant Message ID upon which to trigger a Reply. | 123456 |
action | The action to trigger, options include:reply : Generates a reply to only the sender of the message.replyAll : Generates a reply all to the sender of the message and includes all CCs.* forward : Generates a forward of the message | reply |
Example
If a user clicks this link, they will be directed to the SEDNA Compose screen with a "reply all" to message 123456 auto-generated on their behalf.
https://sedna.sednanetwork.com/launch/follow-up/message/123456/replyAll