IFWechat is a WeChat public account that can connect WeChat to IFTTT. If you still don’t know what IFTTT is, you can take a look here: What kind of website is ifttt? .
IFTTT = if this then that, IFWechat implements the this function in IFTTT through the WeChat public account. Messages sent to IFTTT through WeChat will trigger user-defined IFTTT Recipes.
1. Follow IFWechat WeChat public account
2. Generate IFTTT Maker Webhooks key
Visit IFTTT Maker Webhooks
Click Connect to access Settings and copy the key behind the URL.
3. Bind the key to the IFWechat WeChat official account
Send BD+key binding.
1. Send a text message
IFTTT Recipes example: https://ifttt.com/p/zhu327/shared
2. Send photo messages
Send the picture first, then append a text.
3.Send geographical location
4. Send sharing link
There are some examples of IFTTT Recipes above. If you have better ideas, you need to understand the message format when the message you send to the IFWechat official account will be pushed to IFTTT.
Event Name: text
{
"value1" : "Hello world" // value1为文本内容
}
Event Name: image
{
"value1" : "" , // value1为图片地址
"value2" : "Hello world" // value2为文本内容
}
Event Name: location
{
"value1" : "深圳市罗湖区国贸" , // value1为地理位置文本
"value2" : "" , // value2为纬度
"value3" : "" // value3为经度
}
Event Name: link
{
"value1" : "" , // value1为分享链接地址
"value2" : "" , // value2为分享标题
"value3" : "" // value3为分享描述
}