@vulture916/piece-google-chat
Version:
Google Chat piece for ActivePieces - send messages to Google Chat spaces
7 lines (6 loc) • 528 B
TypeScript
export declare const sendChatMessage: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
space: import("@activepieces/pieces-framework").DropdownProperty<any, true>;
manualSpaceId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
message: import("@activepieces/pieces-framework").LongTextProperty<true>;
thread: import("@activepieces/pieces-framework").ShortTextProperty<false>;
}>;