codebar-ag / laravel-zammad

Zammad integration with Laravel.
https://zammad.com
MIT License
8 stars 0 forks source link

[Feature]: Add "On behalf of" option #37

Open dsbaars opened 6 months ago

dsbaars commented 6 months ago

Question or Feature?

Great library! At this moment all tickets, objects etc. are "created by" the user that created the token. We want "created by" to be set to a certain user. This is possible by adding a "X-On-Behalf-Of" header to the request, see https://docs.zammad.org/en/latest/api/intro.html#actions-on-behalf-of-other-users

It would be nice if we could set this header similar to how the official Zammad API client allows to do this.

StanBarrows commented 1 month ago

Hey @dsbaars

At the moment we do not plan to implement this but I would accept a PR.

Best regards Sebastian