I am stuck being able to send a Post message from Arduino to trigger Webhooks.
Here is what I was trying to send:
https://maker.ifttt.com/trigger/NeedsWood/with/key/o5TIvrYESkrSmt-S9fY0SYmGFaaKNLN0HEmN54MYroK.
This command works with Node-Red and typing into a web page.
Is there a way to send the POST message directly from my platform ?
Is see a Post example in : GitHub - arduino-libraries/ArduinoHttpClient: Arduino HTTP Client library
As a WiFi beginner, any pointers would be appreciated.
Hopefully I get this running and will be able to post on project I started.