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

    Interface CreateGroupRequest

    interface CreateGroupRequest {
        auto_update?: GroupAutoUpdate;
        child_groups?: string[];
        members?: string[];
        name?: string;
    }
    Index

    Properties

    auto_update?: GroupAutoUpdate

    GroupAutoUpdate

    child_groups?: string[]

    Phone numbers (MSISDNs) of child group will be included in this group. If present then this group will be auto populated. Constraints: Elements must be group IDs.

    members?: string[]

    Initial list of phone numbers in E.164 format MSISDNs for the group.

    name?: string

    Name of the group