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

    Interface NotifyRequest

    The request body of a Notify Event.

    interface NotifyRequest {
        amd?: AnsweringMachineDetection;
        callid?: string;
        conferenceId?: string;
        custom?: string;
        destination?: string;
        event?: "notify";
        type?: string;
        version?: number;
    }
    Index

    Properties

    The results of the detection and/or the beep detection.

    callid?: string

    The unique ID assigned to this call.

    conferenceId?: string

    The unique ID assigned to this conference.

    custom?: string

    An optional parameter containing notification-specific information.

    destination?: string

    The URL where the recording or transcription is available

    event?: "notify"

    Must have the value notify.

    type?: string

    The type of information communicated in the notification.

    version?: number

    The current API version.