This trigger fires when a conversation starts in your Gmail inbox: a message gets its first reply and a back-and-forth begins. It fires once per conversation, not on every reply.
Developer info
- API endpoint slug
- gmail.new_conversation
Trigger fields
No fields for this trigger
Ingredients
Thread Gmail's id for the conversation.
- Slug
- thread_id
- Filter code
- Gmail.newConversation.ThreadId
- Type
- String
- Example
- 19ff0b2ef9fbb3d6
Subject The subject of the message that started the conversation.
- Slug
- subject
- Filter code
- Gmail.newConversation.Subject
- Type
- String
- Example
- Project update
Participants Comma-separated list of the email addresses taking part in the conversation.
- Slug
- participants
- Filter code
- Gmail.newConversation.Participants
- Type
- String
- Example
- jane@example.com, you@gmail.com
Message count How many messages the conversation held when this trigger fired. At least 2; more if replies arrived before the check.
- Slug
- message_count
- Filter code
- Gmail.newConversation.MessageCount
- Type
- String
- Example
- 2
Snippet A short preview of the message that started the conversation.
- Slug
- snippet
- Filter code
- Gmail.newConversation.Snippet
- Type
- String
- Example
- Here is the latest update on the...
Reply from The email address of the person whose reply started the conversation.
- Slug
- reply_from
- Filter code
- Gmail.newConversation.ReplyFrom
- Type
- String
- Example
- jane@example.com
Reply snippet A short preview of the reply that turned the message into a conversation.
- Slug
- reply_snippet
- Filter code
- Gmail.newConversation.ReplySnippet
- Type
- String
- Example
- Thanks, see my notes below.
Started at Date and time the conversation's first message arrived.
- Slug
- started_at
- Filter code
- Gmail.newConversation.StartedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Conversation url Link that opens the conversation in Gmail.
- Slug
- conversation_url
- Filter code
- Gmail.newConversation.ConversationUrl
- Type
- Web URL
- Example
- https://mail.google.com/mail/#all/18c1a2b3d4e5f607
