{
    "format": "keyespresso",
    "version": 1,
    "exported_at": "2026-09-26T20:37:35+00:00",
    "folders": [],
    "snippets": [
        {
            "title": "Friendly invoice reminder",
            "shortcut": ";invoice",
            "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": "invoice-reminder_1",
                                "key": "client"
                            },
                            {
                                "type": "text",
                                "text": ","
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "A quick reminder that invoice "
                            },
                            {
                                "type": "field",
                                "id": "invoice-reminder_2",
                                "key": "invoice_number"
                            },
                            {
                                "type": "text",
                                "text": " was due on "
                            },
                            {
                                "type": "field",
                                "id": "invoice-reminder_3",
                                "key": "due_date"
                            },
                            {
                                "type": "text",
                                "text": ". If it has already been paid, please ignore this message."
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Thank you!"
                            }
                        ]
                    }
                ]
            },
            "fields": [
                {
                    "key": "client",
                    "label": "Client",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "invoice_number",
                    "label": "Invoice number",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "due_date",
                    "label": "Due date",
                    "type": "date",
                    "required": true,
                    "date_format": "MMMM D, YYYY"
                }
            ],
            "status": "draft"
        }
    ]
}