I wish to set up an MT30 to send a Google Chat message. The Automation builder allows one to send a webhook command that includes a box to enter a message. I created a webhook custom template because I did not see any reference to the automation message in the included Meraki template. I am unable to find a list of object names for the Meraki automation builder to pass the contents of the message box to Google Chat.
My current work-around is to create a custom webhook template and quote text in a text object:
{
"text": "my custom message"
}
This works but will be difficult for the next person to understand why text is the messages box of the Automation builder cannot be updated. There must be a better way.