CreateDirectPushAlertInput: {
    emailAddresses?: InputMaybe<InputMaybe<Scalars["String"]["input"]>[]>;
    filterOptions?: InputMaybe<Scalars["String"]["input"]>;
    fusionEventId?: InputMaybe<Scalars["String"]["input"]>;
    phoneNumbers?: InputMaybe<InputMaybe<Scalars["String"]["input"]>[]>;
    subscriptionValue?: InputMaybe<Scalars["String"]["input"]>;
    userId?: InputMaybe<Scalars["String"]["input"]>;
}

Object used to create an Alert used by a tenant owner to push messages directly to users. Use this from dapp services on behalf of Users

Type declaration

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

    JSON object defining the options to use for Filter defined by FilterId

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

    FusionEvent/Topic ID to use to subscribe

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

    SubscriptionValue to use if FusionEventId was provided. If not provided, the default value of * will be used

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

    ID of the User obtained when calling CreateTenantUser