Closed jproy418 closed 5 years ago
Hey! The good news is your code is correct. The bad news is this seems to have been a bug in the SDK. I've included a fix in this PR: https://github.com/helpscout/helpscout-api-php/pull/167
It's working! Thank you!
Hi,
Is it possible to decide the conversation owner? Right now they all appear as created by the account owner or the customer. We would like to put the support agent who received the call as the owner of the conversation.
I've try a lot of combinations with threads, conversation type and the method setCreatedByUser(). The method setCreatedByUser() seem to have no effect. When the conversation is created with a PhoneTread(), it's the picture (and the name) of the account owner that appears in the mailbox. When the conversation is created with a CustomerThread(), it's the name of the customer that appears.
That's what my code look like: