You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add the "inbound_priority" parameter on the "Add an inbound route" endpoint, on the request and the response.
Add the "inbound_priority" parameter on the "Get a list of inbound routes" endpoint, on the request and the response.
Add the "inbound_priority" parameter on the "Get a single inbound route" endpoint, on the request and the response.
Add the "inbound_priority" parameter on the "Update an inbound route" endpoint, on the request and the response.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: