{
    "format": "keyespresso",
    "version": 1,
    "exported_at": "2026-09-26T20:33:18+00:00",
    "folders": [],
    "snippets": [
        {
            "title": "Interview invitation",
            "shortcut": ";interview",
            "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": "interview-invite_1",
                                "key": "candidate"
                            },
                            {
                                "type": "text",
                                "text": ","
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Thank you for applying for the "
                            },
                            {
                                "type": "field",
                                "id": "interview-invite_2",
                                "key": "role"
                            },
                            {
                                "type": "text",
                                "text": " position. We would like to invite you to an interview."
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Please reply with two or three times that suit you this week."
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Kind regards,"
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "command",
                                "id": "interview-invite_3",
                                "command": "user",
                                "attrs": {
                                    "property": "first_name"
                                }
                            }
                        ]
                    }
                ]
            },
            "fields": [
                {
                    "key": "candidate",
                    "label": "Candidate name",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "role",
                    "label": "Role",
                    "type": "text",
                    "required": true
                }
            ],
            "status": "draft"
        }
    ]
}