If profile is not configured — ask for token and use
--token
flag:
npx @pachca/cli auth status --token $PACHCA_TOKEN
If you don't know command parameters — run
pachca --help
.
Constraints and gotchas
Rate limit: ~50 req/sec. On 429 — wait and retry.
410: trigger_id expired or not found. trigger_id is valid for 3 seconds. Get a new one via button click (webhook)
type
allowed values —
modal
(Модальное окно)
private_metadata
max 3000 characters
callback_id
max 255 characters
view.title
max 24 characters
view.close_text
max 24 characters
view.submit_text
max 24 characters
Endpoints
Method
Path
Description
POST
/views/open
Открытие представления
Complex scenarios
For complex scenarios read files from references/:
references/show-interactive-form-to-user.md — Show interactive form to user
references/handle-form-submission-viewsubmission.md — Handle form submission (view_submission)
references/employee-survey-via-form.md — Employee survey via form
references/requestapplication-form.md — Request/application form
If you don't know how to complete a task — read the corresponding file from references/ for step-by-step instructions.