Skip to content

Instantly share code, notes, and snippets.

@iceener
Created April 22, 2023 18:48
Show Gist options
  • Save iceener/f1e6b936b71f33b02fafd8b8228ffa83 to your computer and use it in GitHub Desktop.
Save iceener/f1e6b936b71f33b02fafd8b8228ffa83 to your computer and use it in GitHub Desktop.
Keyboard Maestro Remote Action
/opt/homebrew/bin/node -e "(async () => {const response = await fetch('$KMVAR_webhook', {method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify($KMVAR_json)});const json = await response.json();console.log(JSON.stringify(json));})()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment