send_email
Send emails via Dynatrace Email API with recipients, subject, and body (plain text or HTML). Supports to, CC, and BCC.
Instructions
Send an email via the Dynatrace Email API (platform email v1). Requires DT_ENABLE_WRITES=true and the platform scope email:emails:send. The sender is fixed to no-reply@dev.apps.dynatracelabs.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email payload per Email API v1: toRecipients, ccRecipients, bccRecipients (each with emailAddresses/ssoUserIds/ssoGroupIds), subject, body (contentType: text/plain|text/html, body), notificationSettingsUrl. |