• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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