Start a conversation with Nimrod on Messenger. You will receive an API_KEY.
Start conversation
With a form :
Or with code :
cURL
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"
jQuery
var settings = { "url": "https://www.nimrod-messenger.io/api/v1/message", "method": "POST", "headers": { "cache-control": "no-cache", "content-type": "application/json" }, "data": JSON.stringify({ "api_key": "YOUR API KEY", "message": "My First Message" }) }; $.ajax(settings);
Nimrod should have sent the message on your Messenger conversation.
You can also send an image URL with Nimrod :
With a form :
Or with code :
cURL
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"
jQuery
var settings = { "url": "https://www.nimrod-messenger.io/api/v1/image", "method": "POST", "headers": { "cache-control": "no-cache", "content-type": "application/json" }, "data": JSON.stringify({ "api_key": "YOUR API KEY", "url": "https://media.giphy.com/media/TcdpZwYDPlWXC/giphy.gif" }) }; $.ajax(settings);
Gonimrod
A Command line tool written in Go
https://github.com/AlTavares/gonimrod
Zapier integration
The Zapier integration is still in beta.
Request your invite here
Like the Nimrod page and to get the updates and announcements.
Nimrod Messenger Page
Hello, I'm xurei.
I'm a Belgian developer and productivity junkie.
I made this project to get updates from my many automated tasks.
You can learn more about my work on
my Github page.