CreateTargetInput: {
    name?: InputMaybe<Scalars["String"]["input"]>;
    value?: InputMaybe<Scalars["String"]["input"]>;
}

Object used to create individual targets.

Type declaration

  • Optionalname?: InputMaybe<Scalars["String"]["input"]>

    Optional friendly name to identity the email address.

  • Optionalvalue?: InputMaybe<Scalars["String"]["input"]>

    Target value to be used. For SMS it would be the phone number. For email it would be the email address. For Telegram, the Telegram id. Fore Discord, the value will be empty.