Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Webhook Preview - Accessible, but does not trigger workflow

I have successfully setup an Application Integration that writes to a Google sheet. It uses an intermediary Javascript task to format the data correctly. The entry point is a Webhook connector (Preview) that is reachable from my local machine via CURL, and I've confirmed that it does not error when I POST with a proper payload, and it also properly returns an error when hit with a GET request or a payload that does not contain the expected event type field. However, no matter what I do, POST'ing to the Webhook Event listener endpoint does not start the integration. The tests from within the Application Integration UI work perfectly and when posting the exact same payload it successfully runs and writes to the target Google Sheet. The logs show no errors in Cloud Logging or the execution Logs in Application Integration. There does not appear to be a way to easily debug this. Any ideas?

0 1 111
1 REPLY 1

I figured it out - the sending system wasn't matching the name event properly so it was just discarding the request. Make sure your event type's value matches!

Top Labels in this Space