All Products
Search
Document Center

Intelligent Media Management:Notification

Last Updated:Jan 27, 2026

Parameter

Type

Description

Example

object

The notification object. It supports multiple message middleware. For more information about the message format, see Asynchronous notification message format. Choose one of the following methods to receive messages:

  • Activate and integrate with the EventBridge service in the same region as Intelligent Media Management (IMM) to receive task notifications promptly. For more information, see IMM events.

  • Activate the MNS service in the same region as IMM and configure a subscription.

  • Activate the RocketMQ service in the same region as IMM, and create a RocketMQ 4.0 instance, Topic, and Group.
    Important The Notification object does not support custom webhook addresses.

MNS MNS

The MNS notification parameter object.

RocketMQ RocketMQ

The RocketMQ notification parameter object.

ExtendedMessageURI

string

Use an Object Storage Service (OSS) file to receive task notifications. If you provide the URI of this file, detailed task execution information is written to the file in a JSON structure. Normally, you receive notifications through EventBridge, MNS, or RocketMQ. However, some tasks generate large amounts of information, such as archive previews or decompression tasks. For these tasks, provide this file to get the complete execution results.

The OSS URI format is oss://${Bucket}/${Object}. ${Bucket} is the name of an OSS bucket in the same region as the current project. ${Object} is the full path of the file, including the file name extension.

Important This file is not a notification method. It only serves as a medium to receive detailed task execution information. Task status is sent through standard message notifications. This file contains only the detailed execution information.

oss://test-bucket/test-object.json