box-notifications: offヘッダーを指定することで、メール通知およびWebhook通知をブロックできます。
cURL
一部の通知は抑制できません。その代表として、ユーザー、コメント、コラボレーション、タスク割り当ての作成のほか、ユーザーのログインの変更時があります。
Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
box-notifications: offヘッダーを指定することで、メール通知およびWebhook通知をブロックできます。
curl -X POST https://api.box.com/2.0/folders \
-H "box-notifications: off" \
-H "authorization: Bearer ACCESS_TOKEN" \
-d '{
"name": "New Folder",
"parent": {
"id": "0"
}
}'
このページは役に立ちましたか?