adds code


https://notify-api.line.me/api/notify msg.headers = { 'content-type': 'application/x-www-form-urlencoded', 'Authorization': 'Bearer accesstoken ' }; msg.payload = { "message": msg.payload }; return msg;
Previous Post Next Post