helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
99 stars 62 forks source link

Missing Attachment data (attachment url) returned in Thread request #154

Closed wking-io closed 5 years ago

wking-io commented 5 years ago

The Attachment url was recently added as a response in the _embedded thread response as seen here: https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/list/#resource-links

We really need this url for our application.

bkuhl commented 5 years ago

You're absolutely right, we are missing that. This is pretty important to get added given our timeline for deprecating v1 of our API so we'll work towards addressing this as soon as possible.

wking-io commented 5 years ago

Thank you! I think it was a pretty recent change or at least recent update to the docs so no worries! Thank you for the quick response! :)

Is there anything that can be done to help you get this released?

wking-io commented 5 years ago

Thank you! We will test this out this week and let you know!