Skip to content

Latest commit

 

History

History

create-connection

Quickstart: Create a Hookdeck Connection with TypeScript

An example application that demonstrates creating a Hookdeck Connection with the Hookdeck TypeScript SDK.

Get the code

npx degit hookdeck/quickstarts/typescript/creation-connection hookdeck-create-connection
cd hookdeck-create-connection

Run the app with Node.js

npm i
npx esrun index-node.ts

Run the app with Deno

deno run index-deno.ts