Webhook Destination Enhancement
- free
- growth
- enterprise
less than a minute
- Date: Aug 19, 2024
RudderStack now supports defining non-string data types (like Boolean, object, array, etc.) as headers while setting up your webhook destination. RudderStack automatically stringifies these data types before setting the header.
For example, if you set the headers as shown:

RudderStack automatically stringifies and sets the below headers in the transformed payload before sending it to the specified webhook URL:
"headers": {
"key1": "null",
"key2": "{\"key1\":\"\"}",
"key3": "true",
}See our Webhook Destination Setup Guide for more information.