We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d41c6 commit 72fb1e5Copy full SHA for 72fb1e5
data/actions.json
@@ -506,7 +506,7 @@
506
"value": "DELETED_AN_AGENT",
507
"msg": "Deleted an Affiliate",
508
"help_text": "When an Affiliate is deleted.",
509
- "extra_msg": "Created via {method}.",
+ "extra_msg": "Deleted via {method}.",
510
"subject_types": [
511
"Affiliate"
512
]
pages/webhooks/webhook-extra-message.json
@@ -12,6 +12,9 @@
12
"url": ""
13
},
14
"extra_msg": "Created via the API.",
15
- "subject": {
16
- # ...
17
- }
+ "subject": {
+ # ...
+ }
18
19
+ ]
20
+}
0 commit comments