Manage Email Notifications
Email configuration
With the UI
With the API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
PUT /marketplace/api/notification/user-preferences HTTP/1.1
Host: na.api.immutacloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 100
{
"preferences": [
{
"provider": "text",
"typePreferences": [
{
"notificationType": "text",
"enabled": true
}
]
}
]
}{
"recipientId": "123e4567-e89b-12d3-a456-426614174000",
"preferences": [
{
"provider": "text",
"typePreferences": [
{
"notificationType": "text",
"enabled": true
}
]
}
]
}