put--v3-routes-id
Modify an existing email routing rule in Mailgun by updating its priority, filtering expression, actions, or description to control how incoming emails are processed.
Instructions
Update a route
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Unique identifier of the route | |
| priority | No | Smaller number indicates higher priority. Higher priority routes are handled first. | |
| description | No | An arbitrary string. | |
| expression | No | The filtering rule. | |
| action | No | This action is executed when the expression evaluates to True. You can pass multiple parameters. |