How to fix this error on Matlab analysis for your email notification?

1 回表示 (過去 30 日間)
Mthunzi Booi
Mthunzi Booi 2019 年 12 月 17 日
編集済み: Hans Scharler 2020 年 5 月 14 日
Hi Team
I have configured using the URL link for email notification below, basically i want to get a notification from email if there is an alert about my channel fields. Question is do i have to change all the default setting when using Matlab analysis as per my own channelID, api key, field names etc?
Error using webwrite (line 130)
Expected URL to be nonempty.
Error in Trigger Email from IFTTT 1 (line 41)
webwrite(iftttURL,'value1',lastValue,'value2',

回答 (1 件)

Hans Scharler
Hans Scharler 2019 年 12 月 18 日
編集済み: Hans Scharler 2020 年 5 月 14 日
Is your channel private? If so, then you need to supply a Read API Key with the URL.
url=strcat('https://api.thingspeak.com/channels/',string(channelID),'/fields/1/last.txt?api_key=XXX');

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeThingSpeak についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by