# Send chat presence (typing indicator) **POST /send/chat-presence** Send typing indicator to start or stop showing that you are composing a message ## Servers - http://localhost:3000: http://localhost:3000 () ## Authentication methods - Basic auth ## Parameters ## Body parameters Content-type: application/json - **phone** (string) Phone number with country code - **action** (string) Action to perform - "start" to begin typing indicator, "stop" to end typing indicator ## Responses ### 200: OK #### Body Parameters: application/json (object) - **code** (string) - **message** (string) - **results** (object) ### 400: Bad Request #### Body Parameters: application/json (object) - **code** (string) HTTP Status Code - **message** (string) Detail error message - **results** (object) additional data ### 500: Internal Server Error #### Body Parameters: application/json (object) - **code** (string) SYSTEM_CODE_ERROR - **message** (string) Detail error message - **results** (object) additional data [Powered by Bump.sh](https://bump.sh)