Hi all,
I need to sent massage to LINE via API.
Basically, I used LINE OA with broadcast type, but it seems to charge per message.
So, I need to change type of LINE broadcast to LINE notify.
Could you please suggest how to configure in Ignition?
Thank you in advance.
Read the LINE api docs, utilize the documentation at this link:
https://docs.inductiveautomation.com/display/DOC81/HTTP+Methods
Should be relatively simple, a python script that interacts with some tags, and sends the authentication request and the notify request out to the server, and responds with success or failure.