ContributionsMost RecentMost LikesSolutionsRe: Google Workspace Webhooks I’ll be 100% honest I am at square one and was just trying to make sure the listener was receiving data. In the docs it looks like I can write my own JSON to deliver and use the variables? Ideally would like to send in native card format like what is shown here: https://developers.google.com/chat/api/guides/message-formats/cards Re: Google Workspace Webhooks Regardless of the method I am getting the following error: { "error": { "code": 400, "message": "Invalid JSON payload received. Unexpected token.\ntype=alert&status=te\n^", "status": "INVALID_ARGUMENT" } } Google Workspace Webhooks Hello, the organization that I am working with as a contractor is deep into Google Workspace for all chat. Has anyone successfully sent webhook alerts to a space?