UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

12 lines (11 loc) 347 B
//#region src/shared/datarecords/external/generic-webhook/handler.ts async function genericWebhookHandler(formData, options) { return (await fetch(options.url, { method: "POST", body: JSON.stringify(formData), headers: options.headers })).ok; } //#endregion export { genericWebhookHandler as default }; //# sourceMappingURL=handler.js.map