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

    Interface CallbackSettings

    This object contains additional settings related to callback processing.

    interface CallbackSettings {
        secret_for_overridden_callback_urls?: string;
    }
    Index

    Properties

    secret_for_overridden_callback_urls?: string

    Optional. Secret can be used to sign contents of delivery receipts for a message that was sent with the default callback URL overridden (using the callback_url field). You can then use the secret to verify the signature.