Allow overriding callback URL in Mail API
It would be helpful to have a feature that allows overriding callback URLs per transaction request. Currently, callback URLs can only be configured at the platform level.
The idea would be updating the email api request to support override and sets multiple callbacks by allowing a new payload array containing objects with eventType and callbackUrl properties, where each event type can specify its corresponding callback URL to be invoked.
1
vote