Slack

Send path

Slack

Via API

In Workflow Builder or your bot, call POST /api/v1/gate with the draft text. Post the original only on allow; on hold post cleared_draft only when cleared_allow_send is true.

No marketplace connector yet. The gate API is live: same hold / send contract as Intercom Fin.

1. API key

Create a key in Settings → Send path. Use it as Authorization: Bearer almost_live_…

2. Call the gate

POST /api/v1/gate with the draft (and optional pinned source). If action is hold, do not post the original. If cleared_allow_send is true, post cleared_draft only.

curl -sS https://almost.aqta.ai/api/v1/gate \
  -H "Authorization: Bearer almost_live_…" \
  -H "content-type: application/json" \
  -d '{"draft":"Your agent reply here","source":"Approved policy text"}'

3. Prefer a guided path

Intercom Fin has a one-click connector URL. Wire that first, then keep Pro on so Fin does not stop at the free meter.

Jump with ⌘K. All send paths →