Skip to content

Commit 46b19e7

Browse files
Update Custom Certificates.md (#522)
- Added last updated at - Added screenshots under the subsection 'Use the certificate template in the flow', given the recent changes in the UI for webhook dropdwons
1 parent 02a5dab commit 46b19e7

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

docs/4. Product Features/Custom Certificates.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
### **7 minute read                                                                                                                         `Advanced`**
1+
2+
# Custom Certificates
3+
4+
<h4>
5+
<table>
6+
<tr>
7+
<td><b>7 minutes read</b></td>
8+
<td style={{ paddingLeft: '40px' }}><b>Level: Advanced</b></td>
9+
<td style={{ paddingLeft: '40px' }}><b>Last Updated: December 2025</b></td>
10+
</tr>
11+
</table>
12+
</h4>
13+
214

315
## Overview
416

@@ -120,9 +132,26 @@ The presentation will open in a new window and automatically save in your Google
120132

121133
### 3. Use the certificate template in the flow
122134

123-
1. Call the webhook with `function` name as `create_certificate` and give it an appropriate result name.
135+
1. Add a `Call a webhook` node.
136+
137+
- By default, `FUNCTION` would be selected. Leave this as it is.
138+
139+
<img width="447" height="372" alt="Screenshot 2025-12-03 at 1 35 07 PM" src="https://github.com/user-attachments/assets/542e36de-6409-41d0-bfe2-7a26f888a6e0" />
140+
141+
- In the `FUNCTION` field, select the pre-defined function `create_certificate` from the dropdown.
142+
143+
<img width="581" height="480" alt="Screenshot 2025-12-03 at 1 35 41 PM" src="https://github.com/user-attachments/assets/e6957be3-69b5-4c6b-9c13-b48b44615579" />
144+
145+
- Give it an appropriate result name.
146+
147+
<img width="629" height="527" alt="Screenshot 2025-12-03 at 1 36 15 PM" src="https://github.com/user-attachments/assets/b66983ba-094c-4d79-98bc-5f05810f0a2a" />
148+
149+
2. Add the parameters in the `FUNCTION Body`.
150+
- Go to `Function Body` on top right corner. You would see the following.
151+
152+
<img width="626" height="429" alt="Screenshot 2025-12-03 at 1 37 12 PM" src="https://github.com/user-attachments/assets/ea8232e0-5ab6-450f-80d5-d2907f78c221" />
124153

125-
2. Go to `Function Body` and ensure that the following parameters are passed to the webhook
154+
- Ensure that the following parameters are passed to the webhook
126155

127156
```
128157
{

0 commit comments

Comments
 (0)