Set event webhooks for subusers #290
Labels
difficulty: easy
fix is easy in difficulty
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Issue Summary
Right now we are migrating from Mailgun to Sendgrid, due to their generally bad IP reputation on Outlook 365 and other mail service providers. We nearly finished the migration, but right now we are experiencing a showstopper for us:
We have a subdomain for each ouf our customers (customer1.mycompany.com., customernext123.mycompany.com,... and so on) and we also want everything seperated: reverse dns, link tracking domains, sender domains, subusers for each customer - so we want to add all these things to our subusers.
The only problem stops us now is, that you can't add webhooks for subusers?
There is nothing mentioned in the documentation unfortunately, but at least your support told me that I can submit such a request by setting a on-behalf-of header:
But somehow this looks like a hack and it would be much better to implement this natively in the ruby gem, by just adding the username paramter to the
PATCH /user/webhooks/event/settings
call (https://github.com/sendgrid/sendgrid-ruby/blob/master/USAGE.md#update-event-notification-settings)What do you think? Is there any chance of getting this implemented in the near future? Thank you!
Technical details:
The text was updated successfully, but these errors were encountered: