• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Google Chat / Hangouts - Custom Card Message

Is there a guide for how to create a custom card message in Google Chats? I essentially want to alert my team to a new client booking and ask them to confirm their availability to facilitate this booking. This is the code that the Google card generator has given me (all red text will be mapped data). How do I set this up?

{
"header": {
"title": "Card Title",
"subtitle": "Card Subtitle",
"imageUrl": "https://i.ibb.co/C777gxP/JV-Logo-transparent.png",
"imageType": "SQUARE"
},
"sections": [
{
"header": "Section Header",
"collapsible": true,
"uncollapsibleWidgetsCount": 3,
"widgets": [
{
"buttonList": {
"buttons": [
{
"text": "Event Details",
"type": "OUTLINED",
"onClick": {
"openLink": {
"url": ""
}
}
}
]
}
},
{
"selectionInput": {
"name": "size",
"label": "Size",
"type": "CHECK_BOX",
"items": [
{
"text": "Available",
"value": "available",
"selected": false
},
{
"text": "Not Available",
"value": "not available",
"selected": false
}
]
}
}
]
}
]
}
 
{
"header": {
"title": "Card Title",
"subtitle": "Card Subtitle",
"imageUrl": "https://i.ibb.co/C777gxP/JV-Logo-transparent.png",
"imageType": "SQUARE"
},
"sections": [
{
"header": "Section Header",
"collapsible": true,
"uncollapsibleWidgetsCount": 3,
"widgets": [
{
"buttonList": {
"buttons": [
{
"text": "Outlined",
"type": "OUTLINED",
"onClick": {
"openLink": {
"url": "https://developers.google.com/chat/ui/widgets/button-list"
}
}
}
]
}
},
{
"selectionInput": {
"name": "size",
"label": "Size",
"type": "CHECK_BOX",
"items": [
{
"text": "Available",
"value": "available",
"selected": false
},
{
"text": "Not Available",
"value": "not available",
"selected": false
}
]
}
}
]
}
]
}
 

ArshilAhmad

Moderator
Staff member
Hi @jessicavegasmua2753,

Please try using the 'Create Custom Card Message' action step and check if it helps you achieve your use case.
1737913547473.png



 
Hi @jessicavegasmua2753,

Please try using the 'Create Custom Card Message' action step and check if it helps you achieve your use case.
View attachment 52437


I have followed these steps but every time I try and customised the card (even editing the workflow template linked in the YouTube video), I get errors. I just want to remove one of the buttons but it won’t work. It says something about the JSON payload. Can you advise a correct custom section that only has the 1 button?
 

ArshilAhmad

Moderator
Staff member
We have made some changes to the 'Custom Section', which seem to have resolved your issue. Please review step 6 of this workflow.

1737935145848.png
 
Top