Power Automate DesktopでRPAを開発をしています。
LINE Notifyを利用して通知を送りたいと思っています。
以下のように設定しましたがエラーで帰ってきます。
robin
1SET token TO $'''発行したトークン''' 2SET msg TO $'''こんにちは''' 3 4Web.InvokeWebService Url: $'''https://notify-api.line.me/api/notify''' 5Method: Web.Method.Post 6Accept: $'''application/json''' 7ContentType: $''' application/x-www-form-urlencoded''' 8CustomHeaders: $'''Authorization: Bearer %token%''' 9RequestBody: $'''message=%msg%''' 10ConnectionTimeout: 30 11FollowRedirection: True 12ClearCookies: False 13FailOnErrorStatus: False 14EncodeRequestBody: True 15UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' 16Encoding: Web.Encoding.AutoDetect 17AcceptUntrustedCertificates: False 18ResponseHeaders=> WebServiceResponseHeaders 19Response=> WebServiceResponse 20StatusCode=> StatusCode
参考サイト通りに書きましたがうまくいきません。
どこがおかしいのかもわかりません。
ご教授お願い致します。
エラーメッセージ
notify {"status":400,"message":"message: must not be empty"}
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。