@mbakgun/n8n-nodes-slack-socket-mode
Version:
Slack Socket Mode Node for n8n that allows you to use +100 Slack events in your n8n instance with proxy mode
8 lines • 314 B
TypeScript
export declare enum UnrecoverableSocketModeStartError {
NotAuthed = "not_authed",
InvalidAuth = "invalid_auth",
AccountInactive = "account_inactive",
UserRemovedFromTeam = "user_removed_from_team",
TeamDisabled = "team_disabled"
}
//# sourceMappingURL=UnrecoverableSocketModeStartError.d.ts.map