Đăng nhập slack.com, tạo workspace (vd sentinel) hoặc dùng sẵn.
Tạo channel vprofile-actions (Private).
Mở api.slack.com/apps -> Create New App -> From scratch (tên
vpro-act-notifications), chọn workspace -> Create app.
Incoming Webhooks -> Activate.

Add New Webhook to Workspace -> chọn channel vprofile-actions -> Allow.

Copy Webhook URL và lưu lại. Kiểm tra:
curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Hello, World!"}' <YOUR_SLACK_WEBHOOK_URL>