Sends a support email based on a template to the Glean support team.
Support request
OK
Invalid request
Not Authorized
Too Many Requests
{- "emailTemplate": "ADMIN_ALERT",
- "alertData": {
- "bannerType": "ACTION_REQUIRED",
- "bannerText": "string",
- "alertDescription": "string",
- "relevanceDescription": "string",
- "resolutionStepsDescription": "string",
- "resolutionSteps": [
- {
- "stepText": "string",
- "link": "string",
- "metadata": [
- "string"
]
}
], - "helpLink": "string",
- "name": "string",
- "triggeredTime": "2019-08-24T14:15:22Z",
- "projectName": "string",
- "datasource": "string",
- "instanceDisplayName": "string",
- "instanceName": "string",
- "emailSubjectDescription": "string"
}, - "recipients": [
- {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}
], - "ccRecipients": [
- {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}
], - "recipientFilters": {
- "filter": [
- {
- "fieldName": "type",
- "values": [
- {
- "value": "Spreadsheet",
- "relationType": "EQUALS"
}, - {
- "value": "Presentation",
- "relationType": "EQUALS"
}
]
}
], - "query": "string"
}, - "companyName": "string",
- "datasourceInstance": "string",
- "senders": [
- {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}
], - "webAppUrl": "string",
- "serverUrl": "string",
- "unsubscribeUrl": "string",
- "documents": [
- {
- "id": "string",
- "datasource": "string",
- "connectorType": "API_CRAWL",
- "docType": "string",
- "content": {
- "fullTextList": [
- "string"
]
}, - "containerDocument": { },
- "parentDocument": { },
- "title": "string",
- "url": "string",
- "metadata": {
- "container": "container",
- "parentId": "JIRA_EN-1337",
- "createTime": "2000-01-23T04:56:07.000Z",
- "datasource": "datasource",
- "author": {
- "name": "name"
}, - "documentId": "documentId",
- "updateTime": "2000-01-23T04:56:07.000Z",
- "mimeType": "mimeType",
- "objectType": "Feature Request",
- "components": [
- "Backend",
- "Networking"
], - "status": [
- "Done"
], - "customData": {
- "someCustomField": "someCustomValue"
}
}, - "sections": [
- {
- "title": "string",
- "url": "string"
}
]
}
], - "reasons": [
- "string"
], - "blocks": {
- "property1": [
- { }
], - "property2": [
- { }
]
}, - "subjects": {
- "property1": "string",
- "property2": "string"
}, - "feedbackPayload": {
- "comments": "string",
- "customJson": "{\"comment\": \"glean is awesome!\", \"sender\": \"happycustomer@customer.com\"}",
- "imageUrls": [
- "string"
], - "issueType": "string",
- "query": "string",
- "trackingToken": "string",
- "url": "string",
- "ratingKey": "string"
}, - "chatFeedbackPayload": {
- "rating": "string",
- "comments": "string",
- "previousMessages": [
- "string"
]
}, - "dlpReportData": {
- "frequency": "WEEKLY",
- "requestTime": "2019-08-24T14:15:22Z",
- "reportName": "string",
- "status": "SUCCESS"
}, - "onboardingAdminInviteData": {
- "isTrial": true,
- "recipientData": [
- {
- "recipientEmail": "string",
- "roleDisplayName": "string"
}
]
}
}