Search K
Appearance
Appearance
Send a Jobs notification message to Microsoft Teams.
Specify the content of the Message Header. Concatenation of text and properties is supported.
The message body supports HTML and properties defined within square brackets. Often a notification include a URL link which may be constructed using the following methods, properties and elements.
http://%SERVERNAME%/MinuteView/PageForms/MinuteCapture.aspx?FormName=Review%20File&MasterId=[vMasterId]&ReviewId=[MinuteViewCaptureId]
%SERVERNAME%
replace this value with the actual MinuteView server name./MinuteView/PageForms/MinuteCapture.aspx
this is the end point of the MinuteView server managing theFormName=Review%20File
the name of the MinuteCapture form used to handle the notification url. Minute Capture forms are created within the MinuteView Console Capture SettingsMasterId=[vMasterId]
the Vault Master Id of the file being processed within the notifying Job.ReviewId=[MinuteViewCaptureId]
the Minute Capture Id of the file being processed within the notifying Job.[vMasterId]
the value containing the Vault file Master Id.[MinuteViewCaptureId]
the value containing the MinuteView Capture Id.<div style='font-family: Arial, sans-serif; font-size: 14px; color: #333;'>
<div style='margin-bottom: 10px; background-color: #f4f4f8; padding: 10px; border-left: 5px solid #0078d7;'>
<strong style='font-size: 16px; color: #0078d7;'>Approval Required</strong><br>
<strong>Name:</strong> [Name]<br>
<strong>State:</strong> [State]<br>
<br>
<div style='text-align: center; font-size: 24px; font-weight: bold;'>
<a href='http://%SERVERNAME%/MinuteView/PageForms/MinuteCapture.aspx?FormName=Review%20File&MasterId=[vMasterId]&ReviewId=[MinuteViewCaptureId]' target='_blank' style='text-decoration: none; color: white; background-color: #0078d7; padding: 8px 12px; border-radius: 4px; font-size: 14px; display: inline-block;'>
🔗 Review
</a>
<br>
</div>
<div style='text-align: right;'><strong>[DateTimeNow]</strong></div>
</div>
<div style='font-size: 12px; color: #666; margin-top: 8px;'>
http://%SERVERNAME%/MinuteView/PageForms/MinuteCapture.aspx?FormName=Review%20File&MasterId=[vMasterId]&ReviewId=[MinuteViewCaptureId]
</div>
</div>
Place the webhook URL generated within Microsoft Teams Workflow within this field.
Webhook Retirement
Microsoft are changing the way webhooks work within MS Teams. Please refer to the Microsoft Devblog for more information.