mailersend / mailersend-nodejs

The official MailerSend Node.js SDK
https://developers.mailersend.com
MIT License
125 stars 17 forks source link

Add the priority parameter to the inbound route endpoints #81

Closed Agathe-Brusset closed 1 year ago

Agathe-Brusset commented 1 year ago

We have a new parameter called "inbound_priority" on our Inbound Routes. This parameter allows our users to create multiple inbound routes per inbound subdomain. Each one of the routes will be processed in a descending order. Values can be between 0 and 100. 0 has more importance than 100.

opheus2 commented 1 year ago

I had done this already on https://github.com/mailersend/mailersend-nodejs/pull/78 did I miss something

opheus2 commented 1 year ago

Looking further, I think I forgot to close the issue 😮‍💨