﻿---
title: "外部完成通知"
filename: "~/.codex/config.toml"
canonical: /templates/notify-external-command/
---

# 外部完成通知

顶层键，写在所有 [table] 之前。JSON 走第一个参数。

```
notify = ["python3", "/home/you/.codex/notify.py"]

```
