Awesome program, thank you xurei!
I just started testing it yesterday.
I notice on the nimrod-messenger.io website, the cURL code provided for sending an image is:
curl -X POST -H "Content-Type: application/json" -d '{
"api_key": "API_KEY",
"message":"My First Message"
}' "https://www.nimrod-messenger.io/api/v1/message"
As you can see, that's the same code that is used for sending a message. So, it doesn't send an image.
Please let me know when the website shows how to send an image via cURL, so I can try doing it.
Thanks.
Awesome program, thank you xurei!
I just started testing it yesterday.
I notice on the nimrod-messenger.io website, the cURL code provided for sending an image is:
As you can see, that's the same code that is used for sending a message. So, it doesn't send an image.
Please let me know when the website shows how to send an image via cURL, so I can try doing it.
Thanks.