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

Method findOrCreateChannel

packages/sdk/src/index.ts:49–53  ·  view source on GitHub ↗
(
    props: LinenTypes.channelFindOrCreateType
  )

Source from the content-addressed store, hash-verified

47 }
48
49 findOrCreateChannel(
50 props: LinenTypes.channelFindOrCreateType
51 ): Promise<{ id: string }> {
52 return this.post(`/api/integrations/channels`, props);
53 }
54
55 getChannelIntegration(
56 search: LinenTypes.channelGetIntegrationType

Callers 3

onMessageCreateFunction · 0.45
createThreadFunction · 0.45
createMessageFunction · 0.45

Calls 1

postMethod · 0.45

Tested by

no test coverage detected