Skip to content

Commit 736a67b

Browse files
Add Fastmail web URL format to skill file
Document how to construct URLs to link users directly to specific emails in the Fastmail web UI.
1 parent 4a13826 commit 736a67b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

skills/fastmail.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,18 @@ fm draft reply M123 --body "Sounds good, thanks!"
181181
fm search "has:attachment from:team"
182182
```
183183

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+
184196
## Environment Variables
185197

186198
- `FASTMAIL_TOKEN` - API token (overrides stored credentials)

0 commit comments

Comments
 (0)