We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a13826 commit 736a67bCopy full SHA for 736a67b
skills/fastmail.md
@@ -181,6 +181,18 @@ fm draft reply M123 --body "Sounds good, thanks!"
181
fm search "has:attachment from:team"
182
```
183
184
+## Linking to Emails
185
+
186
+To link the user to a specific email in the Fastmail web UI, use:
187
188
+```
189
+https://app.fastmail.com/mail/Inbox/{emailId}
190
191
192
+For example: `https://app.fastmail.com/mail/Inbox/Str1FmFgK8Vw`
193
194
+The folder name in the URL (`Inbox`) doesn't matter - the email will display regardless of which folder it's actually in.
195
196
## Environment Variables
197
198
- `FASTMAIL_TOKEN` - API token (overrides stored credentials)
0 commit comments