/
NI
ninjavan
/
Salesforce Sales Cloud Replacement
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v2
latest
OpenAPI 3.1.0
2026-07-26
391
214
472.7 KB
admin-email-alerts
Create Alert
post
/api/v1/admin/email-alerts
Headers
authorization
string
nullable
X-API-Key
string
nullable
Request body
EmailAlertCreate
required
name
string
required
api_name
string
nullable
description
string
nullable
object_type
string
required
template_id
integer
required
from_address_type
'current_user'
|
'org_wide'
|
'specific_user'
|
'noreply'
from_user_id
integer
nullable
from_org_address_id
integer
nullable
recipients
EmailAlertRecipient[]
cc_recipients
EmailAlertRecipient[]
bcc_recipients
EmailAlertRecipient[]
Response
Successful Response
EmailAlertResponse
required
id
integer
required
tenant_id
integer
required
name
string
required
api_name
string
required
description
string
nullable
object_type
string
required
template_id
integer
required
from_address_type
'current_user'
|
'org_wide'
|
'specific_user'
|
'noreply'
required
from_user_id
integer
nullable
from_org_address_id
integer
nullable
recipients
EmailAlertRecipient[]
cc_recipients
EmailAlertRecipient[]
bcc_recipients
EmailAlertRecipient[]
is_active
boolean
created_by
integer
nullable
created_at
string
date-time
required
updated_at
string
date-time
nullable