gmail sourceFunctions ·
untested untested untested
Functions · gmail
3 table functions
search_draftsProvider-native Gmail search over drafts using the drafts.list `q` parameter. Accepts standard Gmail search syntax. Query `draft_details` by `id` to fetch the full draft message.
q
search_messagesProvider-native Gmail search over messages using the messages.list `q` parameter. Accepts standard Gmail search syntax (for example `from:`, `subject:`, `newer_than:`, `has:attachment`). Returns message and thread IDs only; query `message_details` by `id` for headers, payload, or raw content.
q
search_threadsProvider-native Gmail search over threads using the threads.list `q` parameter. Accepts standard Gmail search syntax. Query `thread_details` by `id` to fetch the messages in a matched thread.
q