# Plan a notification for a message **POST /chat/messages/{id}/plan-notification** will send an email to the ambassador target ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters #### Path parameters - **id** (integer) The message id ## Body parameters Content-type: application/json - **id_ambassador_target** (integer) ## Responses ### 200: Return the created notification #### Body Parameters: application/json (object) - **message** (string) ### 401: Unauthorized. #### Body Parameters: application/json (object) - **message** (string) ### 403: Forbidden - You don't have permission to access this route ### 422: Unprocessable Content #### Body Parameters: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)