fulfillment-webhook-nodejs icon indicating copy to clipboard operation
fulfillment-webhook-nodejs copied to clipboard

how to use with express / without google cloud functions

Open dcsan opened this issue 4 years ago • 0 comments

is there a code sample of how to use the webhook with a plain express app?

eg to replace this:

const agent = new WebhookClient({ request, response });

dcsan avatar Nov 08 '19 02:11 dcsan