# Render links (deprecated) Endpoint: POST /actions/{id}/render/links Version: 8.1.0 ## Path parameters: - `id` (string, required) The action's id to render ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Request fields (application/json): - `receiver` (object) The receiver identification - `receiver.type` (string) - `data` (object) Render data - `variables` (array) Additionnal variables - `context` (object) Render context - `context.id` (string) The message id - `context.display` (integer) Underlying display configuration Enum: 0, 1, 2, 4, 8, 16 - `context.render` (integer) The content id to render - `context.recipient` (string) Email of the recipients to override the send - `stamp` (object) Stamp data - `stamp.time` (integer) Creation time of the stamp This is the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC. - `stamp.id` (string) The stamp id - `stamp.thread` (string) The thread id - `stamp.set` (string) The set id - `links` (array) Links to render ## Response 200 fields (application/json): - `type` (string) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields ## Response 411 fields