JustPaste
HomeCategoriesAboutDonateContactTerms of UsePrivacy Policy
JustPaste

Free online notepad — write and share instantly

Navigate

  • Home
  • Timeline
  • Categories

Info

  • About
  • Donate
  • Contact

Legal

  • Terms of Use
  • Privacy Policy

© 2026 JustPaste.app. All rights reserved.

Made with ♥ by JustPaste

Untitled Page | JustPaste.app
1 day ago4 views
💻Technology
{
    "type": "AdaptiveCard",
    "body": [
        {
            "type": "TextBlock",
            "size": "Medium",
            "weight": "Bolder",
            "text": "Request Approval"
        },
        {
            "type": "TextBlock",
            "text": "Please review the pending item and take action below.",
            "wrap": true
        }
    ],
    "actions": [
        {
            "type": "Action.Http",
            "title": "✔ Approve",
            "url": "https://example.com/approve",
            "method": "POST"
        },
        {
            "type": "Action.Http",
            "title": "✖ Reject",
            "url": "https://example.com/reject",
            "method": "POST"
        }
    ],
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.2"
}
← Back to timeline