Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit dd527a1

Browse files
author
mbernier
committed
fixed JSON errors
1 parent 7cf707a commit dd527a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/API_Reference/Webhooks/event.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ Advanced Suppression Manager
291291
If [ASM groups]({{root_url}}/User_Guide/Suppressions/advanced_suppression_manager.html) are used over the SMTP API they will be returned by the Event Webhook as such:
292292

293293
{% codeblock lang:json %}
294-
[
295294
{
296295
"status":"5.0.0",
297296
"sg_event_id":"sendgrid_internal_event_id",
@@ -304,9 +303,8 @@ If [ASM groups]({{root_url}}/User_Guide/Suppressions/advanced_suppression_manage
304303
"category":["category1", "category2"],
305304
"reason":"500 No Such User",
306305
"type":"bounce",
307-
"asm_group_id": 1,
306+
"asm_group_id": 1
308307
}
309-
]
310308
{% endcodeblock %}
311309

312310
{% anchor h2 %}
@@ -720,7 +718,7 @@ Processed
720718
"newsletter_id": "1943530",
721719
"newsletter_send_id": "2308608"
722720
},
723-
"asm_group_id": 1
721+
"asm_group_id": 1,
724722
"send_at":1249949000
725723
}
726724
{% endcodeblock %}

0 commit comments

Comments
 (0)