Report Subscription - Sends an email for a subscription
Authorizations
Path parameters
reportSubscriptionIdstring · uuidRequired
Enter Report subscription ID of type GUID
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Email successfully sent for the specified report subscription.
404
Not Found: The specified report subscription does not exist.
500
Internal Server Error: Failed to trigger the function app to send the email.
post
POST /sendemail/{reportSubscriptionId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated