UNPKG

google-chat-cards

Version:

Unofficial helper package to quickly build Google Chat v2 Cards for Google Chat API and webhooks.

32 lines 1.07 kB
{ "cardsV2": [ { "card": { "sections": [ { "header": "test-section", "widgets": [ { "buttonList": { "buttons": [ { "text": "cool button", "onClick": { "openLink": { "url": "https://github.com/chriseaton/google-chat-cards" } } } ] } } ] } ], "header": { "title": "test" } } } ] }