integration-relay

Relay Route

Record a thread→owner route created by a relay (local) mention.

When a mention runs on the desktop, cloud never sees the workspace, so the desktop reports the thread mapping here; without it, later replies in the thread have no route and cloud would drop them. First writer wins.

The caller may only record routes for a workspace it has a live Slack install in. The route is keyed on Slack coordinates alone, so without this check any authenticated API key could squat or mis-route another tenant's threads.

post/api/integrations/relay/route

Request body

team_idstring required
channel_idstring required
thread_tsstring required
chat_session_idstring required

Response

Successful Response

Changes

Changed in 1 of the 16 revisions of this API.11

  • bc8a81bf391411See the full diff
    • added the new required request property chat_session_id

      new-required-request-property

    • removed the request property project_id

      request-property-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog