SendCustomerChatInput: {
    attachmentIds?: InputMaybe<Scalars["ID"][]>;
    customerId: Scalars["ID"];
    text?: InputMaybe<Scalars["String"]>;
    threadId: Scalars["ID"];
    timestamp?: InputMaybe<Scalars["String"]>;
}

Type declaration

  • Optional attachmentIds?: InputMaybe<Scalars["ID"][]>
  • customerId: Scalars["ID"]
  • Optional text?: InputMaybe<Scalars["String"]>
  • threadId: Scalars["ID"]
  • Optional timestamp?: InputMaybe<Scalars["String"]>

    When provided, this will override the timestamp of the chat. Useful when backfilling messages. Must be in ISO 8601 format (e.g. 2024-10-28T18:30:00Z).