{
    "format": "keyespresso",
    "version": 1,
    "exported_at": "2026-09-26T20:33:37+00:00",
    "folders": [],
    "snippets": [
        {
            "title": "Follow-up after a call",
            "shortcut": ";followup",
            "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": "follow-up-after-call_1",
                                "key": "first_name"
                            },
                            {
                                "type": "text",
                                "text": ","
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Thanks for your time today. As discussed, the next step is "
                            },
                            {
                                "type": "field",
                                "id": "follow-up-after-call_2",
                                "key": "next_step"
                            },
                            {
                                "type": "text",
                                "text": "."
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "I will follow up on "
                            },
                            {
                                "type": "command",
                                "id": "follow-up-after-call_3",
                                "command": "date",
                                "attrs": {
                                    "format": "MMMM D"
                                }
                            },
                            {
                                "type": "text",
                                "text": " unless you need anything sooner."
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "command",
                                "id": "follow-up-after-call_4",
                                "command": "cursor"
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Best,"
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "command",
                                "id": "follow-up-after-call_5",
                                "command": "user",
                                "attrs": {
                                    "property": "first_name"
                                }
                            }
                        ]
                    }
                ]
            },
            "fields": [
                {
                    "key": "first_name",
                    "label": "First name",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "next_step",
                    "label": "Next step",
                    "type": "text",
                    "required": true,
                    "helper": "For example: a short product walkthrough"
                }
            ],
            "status": "draft"
        }
    ]
}