# Execute the specified notification Endpoint: POST /notifications/{id}/execution Version: 8.1.0 ## Path parameters: - `id` (integer, required) The notification's id to execute ## 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): - `recipient` (object) Defines the recipient identification - `recipient.type` (string) - `title` (string) Defines the title override of the notifcation's content - `body` (string) Defines the body override of the notifcation's content - `icon` (string) Defines the icon override of the notifcation's content - `thumbnail` (string) Defines the thumbnail override of the notifcation's content - `image` (string) Defines the image override of the notifcation's content - `data` (object) Defines data used to render views - `variables` (array) Defines variables used to render views - `redirection` (object) Defines the overriden default redirection - `channel` (object) Defines the overriden underlying channel used to display the notification - `stamp` (object) Defines stamp informations used to track conversation flow - `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 - `urgent` (boolean) Defines the priority of this notification execution ## Response 200 fields (application/json): - `type` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 411 fields