Skip to main content

Enumeration: CrmActivityKind

Defined in: packages/sdk/src/types/app-connection-types.ts:246

CRM activity-log kind. Hand-maintained UPPER-key enum mirroring the generated lowercase CrmActivityKind const (the client convention for enums is UPPER keys; see EventRuleEventType).

Enumeration Members

CALL_ENDED

CALL_ENDED: "call_ended"

Defined in: packages/sdk/src/types/app-connection-types.ts:251


CALL_STARTED

CALL_STARTED: "call_started"

Defined in: packages/sdk/src/types/app-connection-types.ts:250


CHAT_STARTED

CHAT_STARTED: "chat_started"

Defined in: packages/sdk/src/types/app-connection-types.ts:249


MESSAGE

MESSAGE: "message"

Defined in: packages/sdk/src/types/app-connection-types.ts:247


SUMMARY

SUMMARY: "summary"

Defined in: packages/sdk/src/types/app-connection-types.ts:248