内容简介:Mail your Dialogflow Agents with SendgridFor features and drawbacks, see the
Dialogflow Sendgrid
Mail your Dialogflow Agents with Sendgrid
For features and drawbacks, see the original repo
Schema
Setup
Preparation
-
Connect your Agents to a Dialogflow Gateway implementation ( more here )
-
Visit "Settings" > "Sender Authentication" and "Authenticate Your Domain":
-
Verify your DNS records:
-
Go to "API Keys" and generate API Key with full access to "Mail Send":
-
Install Dialogflow Sendgrid (below) and add "Inbound Parse" entry in "Settings" with following options:
- Receiving Domain: your domain
- Destination URL: endpoint to Dialogflow Sendgrid
- Check incoming emails for spam: up to you
- POST the raw, full MIME message: yes (check)
Installation
Kubernetes
See k8s for examples
Manual
pip install -r requirements.txt python inbox.py
Configuration
| Environment Variable | Description | Value |
|---|---|---|
| INBOX_USER | Sendgrid user | apikey |
| INBOX_PASSWORD | Sendgrid API Key | - |
| INBOX_HOST | SMTP and IMAP server hostname | smtp.sendgrid.net |
| GATEWAY | Dialogflow Gateway Implementation | https://cloud.ushakov.co |
Testing
Send a test mail to a agent in the following format: your-google-cloud-project-id@yourdomain
以上所述就是小编给大家介绍的《Dialogflow and Sendgrid = AI Mailbox》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Linux多线程服务端编程
陈硕 / 电子工业出版社 / 2013-1-15 / 89.00元
本书主要讲述采用现代C++ 在x86-64 Linux 上编写多线程TCP 网络服务程序的主流常规技术,重点讲解一种适应性较强的多线程服务器的编程模型,即one loop per thread。这是在Linux 下以native 语言编写用户态高性能网络程序最成熟的模式,掌握之后可顺利地开发各类常见的服务端网络应用程序。本书以muduo 网络库为例,讲解这种编程模型的使用方法及注意事项。 本......一起来看看 《Linux多线程服务端编程》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
URL 编码/解码
URL 编码/解码