Skip to content

Commit e064cf2

Browse files
committed
update info about serialization
1 parent 7c5020b commit e064cf2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/includes/partners/webhook_config/_index.md.erb

+9
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ Renders a box with the icon of following types: 'info', 'error', 'warning', 'suc
131131
#### Error
132132
You can render a red alert error message with error field
133133

134+
#### Serialization
135+
Id of the element will be passed in the webhook payload along with the user input value
136+
Please note that we serialize "_" to "-" so "id": "test_assessment" will result in the following webhook-data:
137+
```json
138+
{
139+
"test-assessment": "123"
140+
}
141+
```
142+
134143

135144
```json
136145
{

0 commit comments

Comments
 (0)