calcom/prisma/migrations/20211120211639_add_payload_template/migration.sql
Alex van Andel 5b3dd02747
Webhook tweaks + Support added for "Custom payload templates" / x-www-form-urlencoded / json (#1193)
* Changed styling of webhook test & updated <Form> component

* Implements custom webhook formats

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2021-11-22 11:37:07 +00:00

2 lines
75 B
SQL

-- AlterTable
ALTER TABLE "Webhook" ADD COLUMN "payloadTemplate" TEXT;