All Products
Search
Document Center

Security Center:RunNotifyComponentWithEmail

Last Updated:Jul 17, 2025

Runs the email notification component to send messages.

Operation description

Before you call this operation, make sure that you understand the billing method and pricing of Security Orchestration Automation Response (SOAR) or pricing for the log data added to the Cloud Threat Detection and Response (CTDR) feature. For more information, see Pricing .

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:RunNotifyComponentWithEmailcreate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ReceiversarrayYes

The email addresses.

ReceiverstringYes

The email address.

123xxx@163.com
SubjectstringYes

The subject of the email.

title
ContentstringYes

The body of the email.

email content
PlaybookUuidstringYes

The UUID of the playbook.

Note You can call the DescribePlaybooks operation to query the UUIDs of playbooks.
e99dab31-499b-4307-9248-xxxxxx
NodeNamestringYes

The name of the node in the playbook.

notify_message_1
ComponentNamestringYes

The name of component in the playbook.

NotifyMessage
ActionNamestringYes

The action name of the component.

notifyByCustom
AssetIdintegerYes

The resource instance ID of the email sender.

Note You can call the DescribeComponentAssets operation to query the ID.
10
LangstringNo

The language of the content within the request and the response. Valid value:

  • zh (default): Chinese.
  • en: English.
zh
RoleTypestringNo

The type of the view. Valid values:

  • 0: the view of the current Alibaba Cloud account.
  • 1: the view of all accounts for the enterprise.
0
RoleForlongNo

The ID of the user who switches from the current view to the destination view by using the management account.

137602xxx718726

Response parameters

ParameterTypeDescriptionExample
object

SophonResult

RequestIdstring

The request ID.

D4CC979E-3D5B-5A6A-BC87-C93C9E861C7B
Datastring

The data returned.

{}
Pageobject

The pagination information.

TotalCountinteger

The total number of entries returned.

30
PageNumberinteger

The page number.

1
PageSizeinteger

The number of entries per page.

10

Examples

Sample success responses

JSONformat

{
  "RequestId": "D4CC979E-3D5B-5A6A-BC87-C93C9E861C7B",
  "Data": {},
  "Page": {
    "TotalCount": 30,
    "PageNumber": 1,
    "PageSize": 10
  }
}

Error codes

For a list of error codes, visit the Service error codes.