Skip to main content
POST
Attach Resource

Overview

Attaches a resource as evidence on an issue. Resources are what Norm reads during an investigation. Attaching the same resource twice is a no-op. For calls specifically, Attach Call is a shorthand that takes the call_id directly.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
Internal UUID of the issue.

Body Parameters

string
required
Type of resource to attach. One of call, sms_conversation, or file.
string
required
ID of the resource. For calls, this is the call_id returned by Send Call.

Response

Returns 201 Created with the new resource link. If the resource was already attached, returns the existing link with 200 OK.
object
null | array
null on success. Returns 404 if the issue or the underlying resource cannot be found in your org.

Docs for agents: llms.txt