Can AppSheet Automation "Send a Chat Message" to Google Chat Use JSON Format?

FerdyanH_1-1745812752069.png

Hello everyone,

I would like to ask about AppSheet Automation.

I tried using the "Send a chat message" to Google Chat, and I filled the Message Text section with a JSON format like this:

{
  "cards": [
    {
      "header": {
        "title": "Exemple Title",
        "subtitle": "<<[match_vod_title]>>"
      },
      "sections": [
        {
          "widgets": [
            {
              "textParagraph": {
                "text": "exemple in here"
              }
            }
          ]
        }
      ]
    }
  ]
}

However, when the message arrives in Google Chat, it just shows the raw JSON code as text, instead of displaying it as a card.

FerdyanH_2-1745812904440.png

Is there a workaround for this? Does the Automation feature in the "Send a chat messages" section of AppSheet not support sending JSON formatted cards to Google Chat?

Thank you in advance for your help!

0 1 88
1 REPLY 1

To find out more app AppSheet Chat Apps using the "Send a Chat message" please check the following article to start.  Also, note that there are several additional articles to the right that help you zero in on what to do.

I hope this helps!

Chat apps: The Essentials

Screenshot 2025-04-29 at 7.49.02 PM.png

Top Labels in this Space