Skip to main content
POST
/
flow
/
resend-message
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Azure AD access token obtained via MSAL

Body

application/json
recipient
string
required

User principal name or email to deliver the message to.

subject
string
required
body
string
bodyHtml
string
bodyType
enum<string>
Available options:
text,
html,
markdown
sendInAppNotification
boolean
enableExternalNotifications
boolean
preferredNotificationProviders
string[]
importance
enum<string>
Available options:
low,
normal,
high,
urgent
flowId
string
nodeId
string

Response

Message re-sent successfully.

success
boolean
message
string