The only difference in the trigger output that I found was the "webhookID" and very slight difference in "event time"
First trigger:
"body": {
"webhookId": "ff240a1b-4fb0-4d86-9bd2-f0ee81403954",
"eventType": "ResponseAdded",
"resourceData": {
"formId": "CeoxMYpEiUKwkSoYsX7iInfQjE4a1FtIpyJTCTO-TllUQ0owQ05ERUxVTkJSNUdSMlVRM0k5OEM5Sy4u",
"responseId": 12
},
"eventTime": "2022-04-13T16:35:18.8398441Z"
Second trigger:
"body": {
"webhookId": "10c5f62f-97ea-4cb4-8256-482eca4242b5",
"eventType": "ResponseAdded",
"resourceData": {
"formId": "CeoxMYpEiUKwkSoYsX7iInfQjE4a1FtIpyJTCTO-TllUQ0owQ05ERUxVTkJSNUdSMlVRM0k5OEM5Sy4u",
"responseId": 12
},
"eventTime": "2022-04-13T16:35:18.8242180Z"
I have no idea what any of this stuff means, but am very curious to figure it out.