PipedreamHQ/pipedream

[TRIGGER] Chat trigger

Open

#9,856 创建于 2024年1月14日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)JavaScript (5,305 fork)batch import
enhancementgood first issuehelp wantedtracked internallytriagedtrigger / source

仓库指标

Star
 (7,438 star)
PR 合并指标
 (平均合并 9天 7小时) (30 天内合并 131 个 PR)

描述

Describe the event source. What app is this for, and what event does the trigger correspond to? I would like a chat trigger to embed on my website. Everytime a message is sent on the chat, the chat trigger is... triggered and the workflow executes. An other action later in the workflow can be used to reply on the chat.

Other alternative Build a workflow with webhook trigger and response to webhook action. Create an HTML widget like npm @n8n/chat to perform a POST request to the trigger and wait for reply to send the response. It could be done but with coding skills. It would be awesome to do it in no code.

贡献者指南