Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 479 Bytes

File metadata and controls

20 lines (17 loc) · 479 Bytes

Property label

The label property is used inside button blocks and should hold the visible text for the button.

{
    "from" : "info@example.com",
    "subject" : "Email with a single button",
    "content" : {
        "blocks" : [ {
            "type": "button",
            "label" : "Button"
        } ]
    }
}

For more information and more examples, please check the documentation of button blocks.