Automation for sending email - BUT - in the same thread as before instead of making a "new" email/thread

Hi all,

Just wondering if it is possible to do an automation where make creates an email in a thread already going back and forth.

Say if I talk to someone over mail (Headline being for example “Request”), and they reply to it in the same thread (“RE:request”). Could I make an automation that creates and sends a reply IN that same “RE:request” thread, instead of just sending a “new” mail (that doesn’t show the previous chat exchange).

Sorry if it sounds complex, tried to be as clear as possible with my description here haha

You’ll need to use a HTTP OAuth 2.0 module.

e.g.:

Take a look at the creating a draft or sending a message examples. In both cases, you would simply add a threadId key paired with a thread ID to a message’s metadata, the message object. Then, think of how you will do this in the HTTP module instead of the example code.

2 Likes