From f62a86013947f86229486cf608813b08398079fa Mon Sep 17 00:00:00 2001 From: Aleksandr Soloshenko Date: Sun, 8 Dec 2024 07:24:23 +0700 Subject: [PATCH] [faq] fix lists indentation --- docs/faq/webhooks.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/faq/webhooks.md b/docs/faq/webhooks.md index 335b6f4..7febd86 100644 --- a/docs/faq/webhooks.md +++ b/docs/faq/webhooks.md @@ -5,18 +5,18 @@ If you're experiencing issues with the `sms:received` webhook not triggering, consider the following potential reasons and solutions: 1. **Messages are received as RCS instead of SMS:** - RCS (Rich Communication Services) messages may not trigger the SMS webhook. To resolve this: - 1. Install Google's Messages app - 2. Set it as the default SMS app - 3. Go to Messages settings > RCS chats and turn it off + RCS (Rich Communication Services) messages may not trigger the SMS webhook. To resolve this: + 1. Install Google's Messages app + 2. Set it as the default SMS app + 3. Go to Messages settings > RCS chats and turn it off 2. **Third-party messaging app is blocking SMS events:** - Some third-party messaging apps may interfere with SMS event broadcasting. To fix this: - - Use the device's default messaging app, or - - Set Google's Messages app as the default SMS application + Some third-party messaging apps may interfere with SMS event broadcasting. To fix this: + - Use the device's default messaging app, or + - Set Google's Messages app as the default SMS application 3. **App permissions:** - - Verify that the app has the necessary permissions to read and process SMS messages + - Verify that the app has the necessary permissions to read and process SMS messages ## How to use webhooks with self-signed certificate?