I can't send a push message to LINE Group

I have scenario that have connection of 2 module

  1. Microsoft 365 Email
  2. LINE (Send a push message)

I try to push content from mail to LINE Group but when I press “run once” nothing sent to my LINE Group but there is no error show up. I have created LINE Developer account and LINE provider and Messaging API Bot (I have tried ‘send a push message’ before in python code). So I already have ID for my group and I put it into box Parameter “To” that’s all

Welcome to the Make community!

If you have the Make DevTool Chrome extension installed, you should be able to view the request and response headers and body from each module when you manually run the scenario.

From the Help Center article about the Make DevTool:

Make DevTool allows you to debug your Make scenarios in a completely new way. It adds an extra pane to the Chrome Developer Tools. Using this new debugger pane, you’re able to check all the manual runs of your scenario, review all the performed operations and see the details of every API call performed. It also brings a whole bunch of new opportunities for Apps development. You’re able to check every call that your app has performed. Thanks to this extension, you can easily debug your scenario, see which module, operation, even which single response causes the error, and then get your scenario back on track. Try it out and let your scenarios shine!

For more information on how to install and use this, see https://www.make.com/en/help/scenarios/integromat-devtool

2 Likes