{
    "format": "keyespresso",
    "version": 1,
    "exported_at": "2026-09-26T20:30:15+00:00",
    "folders": [],
    "snippets": [
        {
            "title": "Refund status update",
            "shortcut": ";refund",
            "trigger_options": {},
            "site_scope": {
                "allow": [],
                "deny": []
            },
            "schema_version": 1,
            "document": {
                "type": "doc",
                "schema_version": 1,
                "content": [
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Hi "
                            },
                            {
                                "type": "field",
                                "id": "refund-status_1",
                                "key": "customer_name"
                            },
                            {
                                "type": "text",
                                "text": ","
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Your refund is currently "
                            },
                            {
                                "type": "field",
                                "id": "refund-status_2",
                                "key": "status"
                            },
                            {
                                "type": "text",
                                "text": ". We will email you as soon as anything changes."
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "command",
                                "id": "refund-status_3",
                                "command": "cursor"
                            }
                        ]
                    }
                ]
            },
            "fields": [
                {
                    "key": "customer_name",
                    "label": "Customer name",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "status",
                    "label": "Status",
                    "type": "dropdown",
                    "options": [
                        {
                            "label": "Being reviewed",
                            "value": "being reviewed"
                        },
                        {
                            "label": "Approved",
                            "value": "approved and on its way"
                        },
                        {
                            "label": "Completed",
                            "value": "completed"
                        }
                    ],
                    "default": "being reviewed"
                }
            ],
            "status": "draft"
        }
    ]
}