Skip to content

Commit d92046f

Browse files
authored
Update servicenow-integration.md
Also remove unused variable
1 parent 54e4c88 commit d92046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programs/servicenow-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Authentication Type | Inherit from parent
133133
8. Enter this in the **Content** field in the HTTP Request tab:
134134

135135
```
136-
{"event_name":"new_comment","message":"${message}","sys_id":"${sys_id}","element_id":"${element_id}", "comment_id":"${comment_id}"}
136+
{"event_name":"new_comment","message":"${message}","sys_id":"${sys_id}","element_id":"${element_id}"}
137137
```
138138

139139
9. On the same HTTP Request tab add two HTTP Headers:

0 commit comments

Comments
 (0)