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

Method createNewThread

packages/sdk/src/index.ts:83–85  ·  view source on GitHub ↗
(thread: LinenTypes.threadPostType)

Source from the content-addressed store, hash-verified

81 }
82
83 createNewThread(thread: LinenTypes.threadPostType) {
84 return this.post(`/api/integrations/threads`, thread);
85 }
86
87 updateThread(thread: LinenTypes.threadPutType) {
88 return this.put(`/api/integrations/threads`, thread);

Callers 5

onMessageCreateFunction · 0.80
handleInboundFunction · 0.80
inbound.tsFile · 0.80
handleIssuesOpenedFunction · 0.80
createThreadFunction · 0.80

Calls 1

postMethod · 0.45

Tested by

no test coverage detected