com.atproto.admin.sendEmail
#main
Send email to a user's account email address.
Input
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
recipientDid | string (did) | - | ✅ | - |
content | string | - | ✅ | - |
subject | string | - | ❌ | - |
senderDid | string (did) | - | ✅ | - |
comment | string | - | ❌ | Additional comment by the sender that won't be used in the email itself but helpful to provide more context for moderators/reviewers |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
sent | boolean | - | ✅ | - |