Paul Werner
Paul Werner
@turbo124 I decided to also introduce webhook support. therefore I will revert to draft for now again Available events are: 
@turbo124 webhooks are working now. endresult f.ex. for invoice-invitations:  1. Can you explain sent_date. sometimes it is set, sometimes not. 2. Please explain me usage of fetchMessage and getBounceId....
> > @turbo124 webhooks are working now. endresult f.ex. for invoice-invitations:  > > > > 1. Can you explain sent_date. sometimes it is set, sometimes not. > > 2....
@turbo124 please check app/Http/Controllers/ClientController.php => reactivateEmail() does this method also needs adjustments regarding the used token?
some addition to a previos change, the used php code is valid:  Or do I have to respect some php-engine things?!
@turbo124 now successfully tested both with env file and with company settings (sorry for the long response-time) 
Edited: Documentation: company has gained an additional property named expense_mailbox, which is used for all webhook endpoints and can be configured with the following ENV-var: - INBOUND_MAILBOX_ENDINGS: comma seperated list:...
@turbo124 please check the handling of changing the name of a mailbox and give me feedback on this. I descided to not use a regex aproach and instead work with...
@turbo124 just a info about the latest commit: i renamed config('services.brevo.key') globaly to config('services.brevo.secret') to match name syntax on other mail providers. The env-var was already named BREVO_SECRET, so there...
I also added fallback for fetching attachments, to use client credentials and global credentials, so you can offer external webhook integration also for hosted users of yours. Maybe you have...