Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Copy and Paste sample into a new TS file, name it: webhook_test.ts 
  2. Install Deno, see: https://deno.land/
  3. Supply, api_key, username and password (line 9, 10 & 11)
  4. Start ngrok, see: https://ngrok.com/download
  5. Supply ngrok, https url (line 17)
  6. Run this code: deno run --allow-net webhook_test.ts
  7. Check the output

...