Solved

Replying to moved conversation

  • 8 February 2024
  • 2 replies
  • 234 views

Hey,

Is it possible when using the Create message reply endpoint to change the ‘from’ field?

This is our use case:

  • We receive an email from a client to a personal inbox
  • We move it to a team inbox using Update conversation endpoint
  • We reply to it using Create message reply endpoint

I’d like the ‘from’ address to be the one in the new inbox I moved the conversation to, but instead, the message is sent from the personal email that received the first message.

How can I accomplish this? 

 

Thanks!

icon

Best answer by justin 8 February 2024, 18:17

View original

2 replies

Userlevel 3
Badge +7

Hi Ograu!

Yes, for the Create message reply endpoint there is an optional body parameter called channel_id. Providing this will specify the channel the message is sent from. 

Best, 
Justin

Just tested it, channel_id does the trick, yes. Thanks @justin! 🤗

Reply