File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ cal.com/rick/quick-chat?metadata[user_id]=123
46
46
As a result, the webhook will be returned in this format:
47
47
48
48
``` text
49
- { <other event details>, metadata: { user_id: 123 } }
49
+ \ { <other event details>, metadata: \ { user_id: 123 \} \ }
50
50
```
51
51
52
52
## Custom Webhooks template variable list
@@ -86,13 +86,13 @@ Customizable webhooks are a great way reduce the development effort and in many
86
86
### Example usage of variables for custom template:
87
87
88
88
``` sh
89
- {
89
+ \ {
90
90
91
91
" content" : " A new event has been scheduled" ,
92
- " type" : " { {type} }" ,
93
- " name" : " { {title} }" ,
94
- " organizer" : " { {organizer.name} }" ,
95
- " booker" : " { {attendees.0.name} }"
92
+ " type" : " \{\ {type\}\ }" ,
93
+ " name" : " \{\ {title\}\ }" ,
94
+ " organizer" : " \{\ {organizer.name\}\ }" ,
95
+ " booker" : " \{\ {attendees.0.name\}\ }"
96
96
97
- }
97
+ \ }
98
98
```
You can’t perform that action at this time.
0 commit comments