Explore Plans
Mobile menu Close menu
Gmail

Create a draft reply

This action will save a draft reply to a specific email in your Gmail account, kept in the original conversation. The draft waits in your Drafts folder until you send it yourself.

Developer info

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

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.createDraftReply.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.createDraftReply.setBody(string: body)