@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Function addNewLabel

    • Add a new label Use await WPP.labels.getLabelColorPalette() to get the list of available colors

      Parameters

      • labelName: string
      • Optionaloptions: NewLabelOptions

      Returns Promise<Label>

      await WPP.labels.addNewLabel(`Name of label`);
      //or
      await WPP.labels.addNewLabel(`Name of label`, { labelColor: '#dfaef0' });

      //or with color index await WPP.labels.addNewLabel(Name of label, { labelColor: 16 });