# Schedule a Message to a Conversation **POST /api/conversation/{uuid}/schedule.json** Schedule an outbound message to a conversation. ## Servers - Production: https://application.textline.com (Production) ## Parameters ### Body: application/json (object) - **comment** (object) The content visible to the customer - **timestamp** (number) The unix timestamp, in seconds, of the time you want the message to be sent. - **attachments** (array) ## Responses ### 200 OK #### Body: application/json (object) - **conversation** (object) - **post** (object) - **group** (object) [Powered by Bump.sh](https://bump.sh)