MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / createNewMessage

Method createNewMessage

packages/sdk/src/index.ts:93–95  ·  view source on GitHub ↗
(message: LinenTypes.messagePostType)

Source from the content-addressed store, hash-verified

91 // messages ----
92
93 createNewMessage(message: LinenTypes.messagePostType) {
94 return this.post(`/api/integrations/messages`, message);
95 }
96
97 findMessage(
98 search: LinenTypes.messageFindType

Callers 6

onMessageCreateFunction · 0.80
handleInboundFunction · 0.80
inbound.tsFile · 0.80
llmQuestionFunction · 0.80
createMessageFunction · 0.80

Calls 1

postMethod · 0.45

Tested by

no test coverage detected