mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Delete docs/content/platform/quickstarts/gmail-detect-reply.md
This commit is contained in:
committed by
GitHub
parent
7e44b7cee7
commit
382d246d89
@@ -1,10 +0,0 @@
|
||||
# Detect replies to a scheduling email
|
||||
|
||||
This quick-start flow demonstrates how to read an incoming message, capture its `threadId`, and then fetch the whole conversation to check for a reply.
|
||||
|
||||
1. **Gmail Read** — search for your initial scheduling email and output its `threadId`.
|
||||
2. **Gmail Get Thread** — pass the captured `threadId` to retrieve the conversation.
|
||||
3. **Condition Block** — inspect the thread messages and branch if a reply is found.
|
||||
4. **Gmail Reply** — send a follow-up in the same thread if needed.
|
||||
|
||||
Use this pattern to keep email-based workflows organized without manual HTTP calls.
|
||||
Reference in New Issue
Block a user