Customer at commands sent uart1

Hello all,
we need to develop an app which receives user specific at commands sent on uart1. For example when the user sends on uart AT+TEST=4, the app should receive this command. Is that possible with at AT commands server service?

Yes, The service “AT Command Server” can be used to receive the AT command sent over UART1 and provide response.