omnivery / mautic-omnivery-plugin

Email transport using Omnivery API
https://omnivery.com/
GNU General Public License v3.0
5 stars 0 forks source link

Configure webhooks automatically #12

Closed mzagmajster closed 2 years ago

mzagmajster commented 2 years ago

Also check an email and create separate issues for features if necessary.

See here: https://github.com/omnivery/mautic-omnivery-plugin/issues/8 which webhooks we actually need

axelocz commented 2 years ago

I just realized a very nice and simple workaround. If a parameter callback_url is passed in the call to send the message with the url of the webhook endpoint there is no need to configure webhooks at all as the url will be used instead. This would make it much easier for customers to setup their integration

mzagmajster commented 2 years ago

Ok, tnx, I will give it a try

axelocz commented 2 years ago

Webhook calls work with the callback_url header as expected