New
Improvement
Until recently, the webhook data was sent only as application/x-www-form-urlencoded
.
Now you can choose between sending the data the old way as application/x-www-form-urlencoded
OR the new way as application/json
.
All new webhooks will default to application/json
.
All existing webhooks will continue to be sent as application/x-www-form-urlencoded
, unless you choose to change them.
The content type of the webhook will be reflected in the schedule and logs pages of the webhooks section. Also, the webhook simulator will allow you to test the webhook with both content types.