Skip to main content

Per-message status. Populated for outbound messages that surfaced a delivery error; absent (null) on healthy inbound or successfully delivered outbound messages.

state
enum<string>

Message state, parallel to the thread state.

Available options:
ok,
needsAttention
code
enum<string> | null

Specific delivery error that put the message into needsAttention. null for healthy messages.

Available options:
linkedInAccountNotEnabled,
linkedInInvalidCookie,
linkedInSendingLimitExceeded,
linkedInMessageSendingDisabled,
linkedInSalesNavigatorSubscriptionMissing,
linkedInMessageTooLong,
linkedInRenderFailed,
linkedInUnknown,
linkedInProfileNotConnected
occurredAt
string<date-time> | null

Timestamp of the most recent status transition.