简体   繁体   English

如何使用谷歌助手 IFTTT 发送网络钩子以不和谐

[英]How do I send a webhook to discord using google assistant IFTTT

I have recently been trying to get google home to send a webhook to discord using the IFTTT integration with webhooks and google assistant我最近一直在尝试使用IFTTT与网络钩子谷歌助手的集成,让谷歌主页发送一个网络钩子来不和谐

I have the "Say a phrase with text ingredient" Google assistant option.我有“说出带有文本成分的短语” Google 助手选项。

My webhook Body section is filled in with:我的webhook 正文部分填充了:

    {
    "content": " {{TextField}}"
    }

And the webhook link is perfect too.而且webhook链接也很完美。

But when I tell my google assistant to run the applet it does nothing但是当我告诉我的谷歌助手运行小程序时,它什么也没做

Does anyone know how to do fix this?有谁知道如何解决这个问题? Thanks in advance!提前致谢!

Do you mean like sending a message from Google Assistant to Discord, because I made an applet like that, I used the same phrase with text ingredient option but I didn't use a webhook, instead I used the Discord service and then set it to post a message in a channel, then typed this code as the message: {{TextField}}<br> <br>你的意思是像从 Google Assistant 向 Discord 发送消息吗,因为我做了一个这样的小程序,我使用了相同的短语和文本成分选项,但我没有使用 webhook,而是使用了 Discord 服务,然后将其设置为在频道中发布消息,然后输入此代码作为消息: {{TextField}}<br> <br>

Hope this helped!希望这有帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM