# Sends a message to an entry in the directory Endpoint: POST /registrantDirectories/{tenantId}/public/sendMessage/{directoryId}/{entryId} Version: v1-2025-04-18 ## Path parameters: - `tenantId` (string, required) Parameters to the query - `directoryId` (string, required) directory - `entryId` (string, required) The id of the entry ## Request fields (application/json): - `bcc` (string) Anyone that should be bcc'ed on the email - `body` (string, required) The email body - `cc` (string) Anyone that should be cc'ed on the email - `from` (string) From email address - `from_name` (string) From name - `reply_to` (string) The reply to - `subject` (string, required) The email subject ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields ## Response 429 fields ## Response 500 fields