2020-07-04   ifttt   notification   iphone   webhook   curl   api 

プログラムからiPhoneに通知を送る簡単な方法(IFTTTアプリを使う)

要点

準備

Applet作成

送信テスト

$ curl -X POST -H "Content-Type: application/json" \
  -d '{"value1":"Hello!","value2":"Nice!","value3":"Good!"}' \
  https://maker.ifttt.com/trigger/sample_event/with/key/xxxxx-xxxxxxxxxxxxxxxxx

 2020-07-04   ifttt   notification   iphone   webhook   curl   api