We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2460a0 commit 5bcec16Copy full SHA for 5bcec16
1 file changed
content/2.api-v2/4.webhooks.md
@@ -9,7 +9,7 @@ The message payload (http body) follows the [Standard Webhooks Spec](https://git
9
10
```jsonc
11
{
12
- "type": "fsb:event:announcement.publish",
+ "type": "fsb:event:announcement_created",
13
"timestamp": "2022-11-03T20:26:10.344522Z",
14
"data": {
15
// ...
@@ -84,7 +84,7 @@ The `data` field will contain the following object:
84
```
85
86
87
-### fsb:event:announcement-created
+### fsb:event:announcement_created
88
89
Fired when a new announcement is published.
90
@@ -93,7 +93,7 @@ The `data` field will contain a single `ResolvedAnnouncement`. Check it's `resol
93
:data-model{name="ResolvedAnnouncement"}
94
95
96
-### fsb:event:product-updated
+### fsb:event:product_updated
97
98
Fired when a previously published product is updated.
99
0 commit comments