Send events to
Mikku over HTTP.

Execute functions on your server in the background with Mikku.

Send a job

Paste the command below to test it out!

curl -X POST -L 'https://api.mikku.dev/?endpoint=https://your-site.com/api/send-welcome-email&delay=1000&method=POST' \
  -H 'Authorization: <insert-api-key>' \
  -H 'Content-Type: application/json' \
  -d '{"hello":"world"}'