cURL
curl --request PATCH \ --url https://api.jetemail.com/inbound/settings/{uuid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "nexthop": "mail.example.com:25", "status": "active", "digestSettings": { "notification_email": "[email protected]", "domain": "example.com", "email": "[email protected]", "type": "domain", "digestTime": "09:00" } }'
{ "success": true }
Updates settings for an inbound domain including nexthop, status, and digest settings
Enter your Bearer token in the format "Bearer {token}"
UUID of the inbound domain
Settings updated successfully
The response is of type object.
object