Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ApiUpdateMmsMtMessage

    interface ApiUpdateMmsMtMessage {
        body?: MediaBody;
        callback_url?: string;
        client_reference?: string;
        delivery_report?: string;
        expire_at?: Date;
        feedback_enabled?: boolean;
        from?: string;
        parameters?: ParameterGroup;
        send_at?: Date;
        strict_validation?: boolean;
        to_add?: string[];
        to_remove?: string[];
        type?: "mt_media";
    }
    Index

    Properties

    body?: MediaBody

    MediaBody

    callback_url?: string

    Override the default callback URL for this batch. Constraints: Must be valid URL.

    client_reference?: string

    The client identifier of a batch message. If set, the identifier will be added in the delivery report/callback of this batch

    delivery_report?: string

    Request delivery report callback. Note that delivery reports can be fetched from the API regardless of this setting.

    expire_at?: Date

    If set, the system will stop trying to deliver the message at this point. Must be after send_at. Default and max is 3 days after send_at. Formatted as ISO-8601: YYYY-MM-DDThh:mm:ss.SSSZ.

    feedback_enabled?: boolean

    If set to true, then feedback is expected after successful delivery.

    from?: string

    Sender number. Must be valid phone number, short code or alphanumeric.

    parameters?: ParameterGroup

    ParameterGroup

    send_at?: Date

    If set, in the future the message will be delayed until send_at occurs. Formatted as ISO-8601: YYYY-MM-DDThh:mm:ss.SSSZ. Constraints: Must be before expire_at. If set in the past, messages will be sent immediately.

    strict_validation?: boolean

    Whether or not you want the media included in your message to be checked against Sinch MMS channel best practices. If set to true, your message will be rejected if it doesn't conform to the listed recommendations, otherwise no validation will be performed.

    to_add?: string[]

    List of phone numbers and group IDs to add to the batch.

    to_remove?: string[]

    List of phone numbers and group IDs to remove from the batch.

    type?: "mt_media"

    MMS