Explore Plans
Mobile menu Close menu
Gmail

Reply to email

This action will send a reply to a specific email in your Gmail account, kept in the original conversation. The reply goes to whoever sent the original message.

Developer info

API endpoint slug
gmail.reply_to_email
Filter code method
Gmail.replyToEmail.skip(string?: reason)
Runtime method
runAction("gmail.reply_to_email", {})

Action fields

Message Text input > Other

Label
Message ID
Helper text
The ID of the email message to reply to. Use the MessageId ingredient from a Gmail trigger or query. This is not the same as the MessageIdHeader ingredient.
Slug
message_id
Required
true
Can have default value
true
Filter code method
Gmail.replyToEmail.setMessageId(string: message_id)

Body Text input > HTML

Label
Body
Helper text
Some HTML ok
Slug
body
Required
true
Can have default value
true
Filter code method
Gmail.replyToEmail.setBody(string: body)