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

    Interface InstagramCredentials

    If you are including the Instagram channel in the channel_identifier property, you must include this object.

    interface InstagramCredentials {
        business_account_id?: string;
        token: string;
    }
    Index

    Properties

    business_account_id?: string

    Required if using the Sinch Facebook App.

    token: string

    The Token for the Instagram channel to which you are connecting.