Register an inbound email route
Create a new inbound email route that matches incoming messages by recipient pattern and forwards the parsed email payload to a destination webhook URL. The route is assigned a unique signing secret, returned once at creation. Requires owner or admin role.
Authorizations
Dashboard JWT token from Clerk
Response
The newly created route inside the standard { data, meta } envelope: data carries the generated id, recipient pattern, destination URL, raw-MIME flag, active state, description, and the plaintext signingSecret — returned ONLY on this create response (list responses mask it, so store it now). A duplicate recipient pattern returns 409.
The response is of type object.