2024-09-03 06:26:24 [scrapy.utils.log] INFO: Scrapy 2.9.0 started (bot: WalkoverCrawler) 2024-09-03 06:26:24 [scrapy.utils.log] INFO: Versions: lxml 4.9.3.0, libxml2 2.10.3, cssselect 1.2.0, parsel 1.8.1, w3lib 2.1.1, Twisted 22.10.0, Python 3.8.10 (default, Jul 29 2024, 17:02:10) - [GCC 9.4.0], pyOpenSSL 23.2.0 (OpenSSL 3.1.1 30 May 2023), cryptography 41.0.2, Platform Linux-5.15.0-1049-gcp-x86_64-with-glibc2.29 2024-09-03 06:26:24 [scrapy.crawler] INFO: Overridden settings: {'AUTOTHROTTLE_DEBUG': True, 'BOT_NAME': 'WalkoverCrawler', 'CONCURRENT_REQUESTS': 8, 'CONCURRENT_REQUESTS_PER_DOMAIN': 5, 'DOWNLOAD_DELAY': 5, 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': 'logs/WalkoverCrawler/viasocketCrawler/6fe55c5469bd11ef894b1b7b307a04c9.log', 'NEWSPIDER_MODULE': 'WalkoverCrawler.spiders', 'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7', 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['WalkoverCrawler.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor'} 2024-09-03 06:26:24 [asyncio] DEBUG: Using selector: EpollSelector 2024-09-03 06:26:24 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2024-09-03 06:26:24 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2024-09-03 06:26:24 [scrapy.extensions.telnet] INFO: Telnet Password: e0641e38f650ada7 2024-09-03 06:26:24 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats'] 2024-09-03 06:26:24 [root] INFO: urls start url===>https://msg91.com/help/MSG91/dlt-faqs 2024-09-03 06:26:24 [WDM] INFO: ====== WebDriver manager ====== 2024-09-03 06:26:24 [WDM] INFO: Get LATEST chromedriver version for google-chrome 2024-09-03 06:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): googlechromelabs.github.io:443 2024-09-03 06:26:24 [urllib3.connectionpool] DEBUG: https://googlechromelabs.github.io:443 "GET /chrome-for-testing/latest-patch-versions-per-build.json HTTP/1.1" 200 7044 2024-09-03 06:26:24 [WDM] INFO: Get LATEST chromedriver version for google-chrome 2024-09-03 06:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): googlechromelabs.github.io:443 2024-09-03 06:26:24 [urllib3.connectionpool] DEBUG: https://googlechromelabs.github.io:443 "GET /chrome-for-testing/latest-patch-versions-per-build.json HTTP/1.1" 200 7044 2024-09-03 06:26:24 [WDM] INFO: Driver [/home/khangori850/.wdm/drivers/chromedriver/linux64/118.0.5993.70/chromedriver-linux64/chromedriver] found in cache 2024-09-03 06:26:24 [selenium.webdriver.common.service] DEBUG: Started executable: `/home/khangori850/.wdm/drivers/chromedriver/linux64/118.0.5993.70/chromedriver-linux64/chromedriver` in a child process with pid: 2865220 2024-09-03 06:26:25 [selenium.webdriver.remote.remote_connection] DEBUG: POST http://localhost:50479/session {"capabilities": {"firstMatch": [{}], "alwaysMatch": {"browserName": "chrome", "pageLoadStrategy": "normal", "goog:chromeOptions": {"extensions": [], "args": ["--headless", "--no-sandbox", "--disable-dev-shm-usage", "--remote-debugging-port=9222"]}}}} 2024-09-03 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): localhost:50479 2024-09-03 06:26:25 [urllib3.connectionpool] DEBUG: http://localhost:50479 "POST /session HTTP/1.1" 200 0 2024-09-03 06:26:25 [selenium.webdriver.remote.remote_connection] DEBUG: Remote response: status=200 | data={"value":{"capabilities":{"acceptInsecureCerts":false,"browserName":"chrome","browserVersion":"118.0.5993.117","chrome":{"chromedriverVersion":"118.0.5993.70 (e52f33f30b91b4ddfad649acddc39ab570473b86-refs/branch-heads/5993@{#1216})","userDataDir":"/tmp/.org.chromium.Chromium.C2idKE"},"fedcm:accounts":true,"goog:chromeOptions":{"debuggerAddress":"localhost:9222"},"networkConnectionEnabled":false,"pageLoadStrategy":"normal","platformName":"linux","proxy":{},"setWindowRect":true,"strictFileInteractability":false,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unhandledPromptBehavior":"dismiss and notify","webauthn:extension:credBlob":true,"webauthn:extension:largeBlob":true,"webauthn:extension:minPinLength":true,"webauthn:extension:prf":true,"webauthn:virtualAuthenticators":true},"sessionId":"f084cad0533d415591b6a34528fb2bec"}} | headers=HTTPHeaderDict({'Content-Length': '848', 'Content-Type': 'application/json; charset=utf-8', 'cache-control': 'no-cache'}) 2024-09-03 06:26:25 [selenium.webdriver.remote.remote_connection] DEBUG: Finished Request 2024-09-03 06:26:25 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy_selenium_custom.SeleniumMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2024-09-03 06:26:25 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2024-09-03 06:26:25 [scrapy.middleware] INFO: Enabled item pipelines: ['WalkoverCrawler.pipelines.WalkovercrawlerPipeline'] 2024-09-03 06:26:25 [scrapy.core.engine] INFO: Spider opened 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Peer did not staple an OCSP response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Requesting OCSP data 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Trying http://r10.o.lencr.org 2024-09-03 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): r10.o.lencr.org:80 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Peer did not staple an OCSP response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Peer did not staple an OCSP response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Requesting OCSP data 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Requesting OCSP data 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Trying http://r10.o.lencr.org 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Trying http://r10.o.lencr.org 2024-09-03 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): r10.o.lencr.org:80 2024-09-03 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): r10.o.lencr.org:80 2024-09-03 06:26:25 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2024-09-03 06:26:25 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023 2024-09-03 06:26:25 [urllib3.connectionpool] DEBUG: http://r10.o.lencr.org:80 "POST / HTTP/1.1" 200 504 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP response status: 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Verifying response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Responder is issuer 2024-09-03 06:26:25 [urllib3.connectionpool] DEBUG: http://r10.o.lencr.org:80 "POST / HTTP/1.1" 200 504 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP response status: 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Verifying response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Responder is issuer 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Caching OCSP response. 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP cert status: 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Caching OCSP response. 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP cert status: 2024-09-03 06:26:25 [urllib3.connectionpool] DEBUG: http://r10.o.lencr.org:80 "POST / HTTP/1.1" 200 504 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP response status: 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Verifying response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Responder is issuer 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Caching OCSP response. 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP cert status: 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Peer did not staple an OCSP response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Requesting OCSP data 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Trying http://r10.o.lencr.org 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Using cached OCSP response. 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP cert status: 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Peer did not staple an OCSP response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Requesting OCSP data 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Trying http://r10.o.lencr.org 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Using cached OCSP response. 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP cert status: 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Peer did not staple an OCSP response 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Requesting OCSP data 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Trying http://r10.o.lencr.org 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: Using cached OCSP response. 2024-09-03 06:26:25 [pymongo.ocsp_support] DEBUG: OCSP cert status: 2024-09-03 06:26:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2024-09-03 06:26:25 [selenium.webdriver.remote.remote_connection] DEBUG: POST http://localhost:50479/session/f084cad0533d415591b6a34528fb2bec/url {"url": "https://msg91.com/help/MSG91/dlt-faqs"} 2024-09-03 06:26:26 [urllib3.connectionpool] DEBUG: http://localhost:50479 "POST /session/f084cad0533d415591b6a34528fb2bec/url HTTP/1.1" 200 0 2024-09-03 06:26:26 [selenium.webdriver.remote.remote_connection] DEBUG: Remote response: status=200 | data={"value":null} | headers=HTTPHeaderDict({'Content-Length': '14', 'Content-Type': 'application/json; charset=utf-8', 'cache-control': 'no-cache'}) 2024-09-03 06:26:26 [selenium.webdriver.remote.remote_connection] DEBUG: Finished Request 2024-09-03 06:26:36 [selenium.webdriver.remote.remote_connection] DEBUG: GET http://localhost:50479/session/f084cad0533d415591b6a34528fb2bec/source {} 2024-09-03 06:26:36 [urllib3.connectionpool] DEBUG: http://localhost:50479 "GET /session/f084cad0533d415591b6a34528fb2bec/source HTTP/1.1" 200 0 2024-09-03 06:26:36 [selenium.webdriver.remote.remote_connection] DEBUG: Remote response: status=200 | data={"value":"\u003Chtml lang=\"en\" data-critters-container=\"\">\u003Chead>\n \u003Cmeta charset=\"utf-8\">\n \u003Cbase href=\"/brocheck\">\n \u003Cstyle type=\"text/css\">:root, :host {\n --fa-font-solid: normal 900 1em/1 \"Font Awesome 6 Solid\";\n --fa-font-regular: normal 400 1em/1 \"Font Awesome 6 Regular\";\n --fa-font-light: normal 300 1em/1 \"Font Awesome 6 Light\";\n --fa-font-thin: normal 100 1em/1 \"Font Awesome 6 Thin\";\n --fa-font-duotone: normal 900 1em/1 \"Font Awesome 6 Duotone\";\n --fa-font-sharp-solid: normal 900 1em/1 \"Font Awesome 6 Sharp\";\n --fa-font-sharp-regular: normal 400 1em/1 \"Font Awesome 6 Sharp\";\n --fa-font-sharp-light: normal 300 1em/1 \"Font Awesome 6 Sharp\";\n --fa-font-sharp-thin: normal 100 1em/1 \"Font Awesome 6 Sharp\";\n --fa-font-brands: normal 400 1em/1 \"Font Awesome 6 Brands\";\n}\n\nsvg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {\n overflow: visible;\n box-sizing: content-box;\n}\n\n.svg-inline--fa {\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285705em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n top: 0.25em;\n}\n.svg-inline--fa.fa-fw {\n width: var(--fa-fw-width, 1.25em);\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-counter-scale, 0.25));\n transform: scale(var(--fa-counter-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.0833333337em;\n vertical-align: 0.125em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.0714285718em;\n vertical-align: 0.0535714295em;\n}\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em;\n}\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.0416666682em;\n vertical-align: -0.125em;\n}\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);\n}\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n.fa-bounce,\n.fa-fade,\n.fa-beat-fade,\n.fa-flip,\n.fa-pulse,\n.fa-shake,\n.fa-spin,\n.fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n }\n}\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, none));\n transform: rotate(var(--fa-rotate-angle, none));\n}\n\n.fa-stack {\n display: inline-block;\n vertical-align: middle;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: var(--fa-stack-z-index, auto);\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse,\n.fa-duotone.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\u003C/style>\u003Clink id=\"appFavicon\" rel=\"icon\" href=\"https://phone91.com/static/msg91/msg91-icon-bluesvg (2)1663832908612506.png\">\n \u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n \n \n \u003Clink rel=\"stylesheet\" href=\"https://kb.phone91.com/assets/styles.css\" media=\"all\" onload=\"this.media='all'\">\n \n \n \u003Clink rel=\"alternate\" hreflang=\"x-default\" href=\"https://msg91.com/help/dlt-faqs\">\n \u003Clink rel=\"canonical\" href=\"https://msg91.com/help/dlt-faqs\">\n\n \u003Ctitle>\n DLT | FAQs\n \u003C/title>\n\n \u003Cmeta name=\"title\" content=\"DLT | FAQs | msg91\">\n\n \u003Cmeta name=\"description\" content=\"DLT | FAQs\">\n \u003Cmeta property=\"og:description\" content=\"DLT | FAQs\">\n\n\n \u003C!-- Facebook Open Graph data -->\n \u003Cmeta property=\"og:title\" content=\"DLT | FAQs\">\n \u003Cmeta property=\"og:type\" content=\"website\">\n \u003Cmeta property=\"og:url\" content=\"\">\n \u003Cmeta property=\"og:image\" content=\"\">\n\n \u003Cmeta property=\"og:site_name\" content=\"msg91\">\n\n \u003C!-- Twitter Card data -->\n \u003Cmeta name=\"twitter:card\" content=\"summary_large_image\">\n \u003Cmeta name=\"twitter:title\" content=\"DLT | FAQs\">\n \u003Cmeta name=\"twitter:description\" content=\"DLT | FAQs\">\n \u003Cmeta name=\"twitter:image\" content=\"\">\n \u003Cstyle type=\"text/css\">\u003C/style>\u003Clink type=\"text/css\" rel=\"stylesheet\" href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" class=\"ng-tns-c32-0\">\u003Clink type=\"text/css\" rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap\" class=\"ng-tns-c32-0\">\u003Cmeta name=\"viewport\" id=\"viewportMetaTagRef\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\">\u003Cstyle>footer[_ngcontent-ng-c3266446522]{font-family:Arial,Helvetica,sans-serif;padding:20px 0;font-size:13px;color:#999;background-color:#f5f6f7;text-align:center;color:#000}footer[_ngcontent-ng-c3266446522] a[_ngcontent-ng-c3266446522]{color:inherit;text-decoration:none!important}\u003C/style>\u003Cstyle>.main[_ngcontent-ng-c2769915198]{background-color:#f5f6f7;display:flex;justify-content:center;align-items:start;margin-left:auto;margin-right:auto}.breadcrumbs[_ngcontent-ng-c2769915198]{margin:16px 0 14px;padding:0;display:flex;align-items:center;justify-content:start;font-size:12px;font-family:var(--font_family)}.breadcrumbs[_ngcontent-ng-c2769915198] a[_ngcontent-ng-c2769915198]{color:inherit;text-decoration:none;font-family:var(--font_family)}.inner-content[_ngcontent-ng-c2769915198]{background-color:#fff;width:900px;border:1px;margin:16px;box-sizing:border-box;border-radius:4px;padding:20px;min-height:calc(100vh - 200px);box-shadow:#0000000d 0 0 0 1px,#f1f3f5 0 5px 20px,#0000000d 0 3px 3px}@media screen and (max-width: 1200px){.inner-content[_ngcontent-ng-c2769915198]{width:95%}}@media screen and (max-width: 576px){.inner-content[_ngcontent-ng-c2769915198]{width:90%}}@media screen and (max-width: 1200px){.article-list[_ngcontent-ng-c2769915198]{width:95%}}.article-list[_ngcontent-ng-c2769915198] li[_ngcontent-ng-c2769915198]{list-style:none;margin-bottom:10px;padding:10px;overflow:hidden}.article-list[_ngcontent-ng-c2769915198] a[_ngcontent-ng-c2769915198]{color:inherit;text-decoration:none;font-family:var(--font_family);overflow:hidden}\u003C/style>\u003Cstyle>.main[_ngcontent-ng-c1447676359]{display:flex;justify-content:center;align-items:center;background-color:var(--header_bg_color);color:var(--header_font_color);padding:20px 0;width:100%;position:relative}.main[_ngcontent-ng-c1447676359] .main-box[_ngcontent-ng-c1447676359]{display:flex;justify-content:center;gap:200px;align-items:center;color:var(--header_font_color);font-size:var(--font_family)!important;width:1170px}@media screen and (max-width: 768px){.main[_ngcontent-ng-c1447676359] .main-box[_ngcontent-ng-c1447676359]{flex-direction:column;gap:24px}}.main[_ngcontent-ng-c1447676359] .aside-nav[_ngcontent-ng-c1447676359]{width:250px}@media screen and (max-width: 1200px){.main[_ngcontent-ng-c1447676359] .aside-nav[_ngcontent-ng-c1447676359]{width:180px}}@media screen and (max-width: 992px){.main[_ngcontent-ng-c1447676359] .aside-nav[_ngcontent-ng-c1447676359]{width:160px}}@media screen and (max-width: 768px){.main[_ngcontent-ng-c1447676359] .aside-nav[_ngcontent-ng-c1447676359]{text-align:center}}.main[_ngcontent-ng-c1447676359] .three-dots[_ngcontent-ng-c1447676359]{display:flex;flex-direction:column;gap:2px;display:none;outline:none;border:none;position:absolute;top:20px;left:20px;background:none}@media screen and (max-width: 768px){.main[_ngcontent-ng-c1447676359] .three-dots[_ngcontent-ng-c1447676359]{display:flex}}.main[_ngcontent-ng-c1447676359] .three-dots[_ngcontent-ng-c1447676359] .line[_ngcontent-ng-c1447676359]{width:20px;height:3px;background-color:#fff;border-radius:50px}.main[_ngcontent-ng-c1447676359] .logo[_ngcontent-ng-c1447676359] img[_ngcontent-ng-c1447676359]{max-width:70px;background:none;color:#fff}.main[_ngcontent-ng-c1447676359] .search-bar[_ngcontent-ng-c1447676359]{position:relative;display:flex;align-items:center;background-color:#fff;padding:10px;border-radius:4px;width:90%}.main[_ngcontent-ng-c1447676359] .search-icon[_ngcontent-ng-c1447676359]{margin-right:16px;margin-left:4px;color:#bcb4b4}.main[_ngcontent-ng-c1447676359] .search-input[_ngcontent-ng-c1447676359]{flex-grow:1}.main[_ngcontent-ng-c1447676359] input[type=text][_ngcontent-ng-c1447676359]{width:100%;padding:0;border:none;border-radius:4px;font-size:16px;outline:none}.main[_ngcontent-ng-c1447676359] .search-input[_ngcontent-ng-c1447676359] [_ngcontent-ng-c1447676359]::placeholder{font-size:16px;color:#bcb4b4}.live-search[_ngcontent-ng-c1447676359]{background-color:#fff;box-shadow:0 2px 4px #0000001a;border-radius:8px;padding:10px;max-height:300px;overflow-y:auto;position:absolute;top:calc(100% + 10px);left:0;z-index:1000;width:calc(100% - 20px)}.result-item[_ngcontent-ng-c1447676359]{padding:10px;border-bottom:1px solid #ddd}.result-item[_ngcontent-ng-c1447676359]:last-child{border-bottom:none}.result-item[_ngcontent-ng-c1447676359] h1[_ngcontent-ng-c1447676359]{margin:0;font-size:16px;color:#000;text-decoration:none!important;font-family:var(--font_family)}.result-item[_ngcontent-ng-c1447676359] a[_ngcontent-ng-c1447676359]{text-decoration:none}.result-item[_ngcontent-ng-c1447676359] p[_ngcontent-ng-c1447676359]{margin-top:5px;font-size:14px;color:#545454}\u003C/style>\u003Cstyle>@import\"https://fonts.googleapis.com/icon?family=Material+Icons\";.toast-center-center[_ngcontent-ng-c1754692734]{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center[_ngcontent-ng-c1754692734]{top:0;right:0;width:100%}.toast-bottom-center[_ngcontent-ng-c1754692734]{bottom:0;right:0;width:100%}.toast-top-full-width[_ngcontent-ng-c1754692734]{top:0;right:0;width:100%}.toast-bottom-full-width[_ngcontent-ng-c1754692734]{bottom:0;right:0;width:100%}.toast-top-left[_ngcontent-ng-c1754692734]{top:12px;left:12px}.toast-top-right[_ngcontent-ng-c1754692734]{top:12px;right:12px}.toast-bottom-right[_ngcontent-ng-c1754692734]{right:12px;bottom:12px}.toast-bottom-left[_ngcontent-ng-c1754692734]{bottom:12px;left:12px}.toast-title[_ngcontent-ng-c1754692734]{font-weight:700}.toast-message[_ngcontent-ng-c1754692734]{word-wrap:break-word}.toast-message[_ngcontent-ng-c1754692734] a[_ngcontent-ng-c1754692734], .toast-message[_ngcontent-ng-c1754692734] label[_ngcontent-ng-c1754692734]{color:#fff}.toast-message[_ngcontent-ng-c1754692734] a[_ngcontent-ng-c1754692734]:hover{color:#ccc;text-decoration:none}.toast-close-button[_ngcontent-ng-c1754692734]{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button[_ngcontent-ng-c1754692734]:hover, .toast-close-button[_ngcontent-ng-c1754692734]:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button[_ngcontent-ng-c1754692734]{padding:0;cursor:pointer;background:transparent;border:0}.toast-container[_ngcontent-ng-c1754692734]{pointer-events:none;position:fixed;z-index:999999}.toast-container[_ngcontent-ng-c1754692734] *[_ngcontent-ng-c1754692734]{box-sizing:border-box}.toast-container[_ngcontent-ng-c1754692734] .ngx-toastr[_ngcontent-ng-c1754692734]{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container[_ngcontent-ng-c1754692734] .ngx-toastr[_ngcontent-ng-c1754692734]:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info[_ngcontent-ng-c1754692734]{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error[_ngcontent-ng-c1754692734]{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success[_ngcontent-ng-c1754692734]{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning[_ngcontent-ng-c1754692734]{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center[_ngcontent-ng-c1754692734] .ngx-toastr[_ngcontent-ng-c1754692734], .toast-container.toast-bottom-center[_ngcontent-ng-c1754692734] .ngx-toastr[_ngcontent-ng-c1754692734]{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width[_ngcontent-ng-c1754692734] .ngx-toastr[_ngcontent-ng-c1754692734], .toast-container.toast-bottom-full-width[_ngcontent-ng-c1754692734] .ngx-toastr[_ngcontent-ng-c1754692734]{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr[_ngcontent-ng-c1754692734]{background-color:#030303;pointer-events:auto}.toast-success[_ngcontent-ng-c1754692734]{background-color:#51a351}.toast-error[_ngcontent-ng-c1754692734]{background-color:#bd362f}.toast-info[_ngcontent-ng-c1754692734]{background-color:#2f96b4}.toast-warning[_ngcontent-ng-c1754692734]{background-color:#f89406}.toast-progress[_ngcontent-ng-c1754692734]{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container[_ngcontent-ng-c1754692734] .ngx-toastr.div[_ngcontent-ng-c1754692734]{padding:8px 8px 8px 50px;width:11em}.toast-container[_ngcontent-ng-c1754692734] .toast-close-button[_ngcontent-ng-c1754692734]{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container[_ngcontent-ng-c1754692734] .ngx-toastr.div[_ngcontent-ng-c1754692734]{padding:8px 8px 8px 50px;width:18em}.toast-container[_ngcontent-ng-c1754692734] .toast-close-button[_ngcontent-ng-c1754692734]{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container[_ngcontent-ng-c1754692734] .ngx-toastr.div[_ngcontent-ng-c1754692734]{padding:15px 15px 15px 50px;width:25em}}.sidebar[_ngcontent-ng-c1754692734]{display:flex;flex-direction:column;width:250px;margin-right:16px;background-color:#f5f6f7;margin-top:44px;font-family:var(--font_family);height:100vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;border-radius:8px;padding:20px;margin-bottom:20px}@media screen and (max-width: 1200px){.sidebar[_ngcontent-ng-c1754692734]{width:180px}}@media screen and (max-width: 992px){.sidebar[_ngcontent-ng-c1754692734]{width:160px}}@media screen and (max-width: 768px){.sidebar[_ngcontent-ng-c1754692734]{position:fixed;top:0;margin:0;width:200px;border-radius:0;height:95vh}}@media screen and (max-width: 768px){.sidebar[_ngcontent-ng-c1754692734]:not(.show){display:none}}@media screen and (max-width: 768px){.sidebar.show[_ngcontent-ng-c1754692734]{display:flex}.sidebar.show[_ngcontent-ng-c1754692734] .close-button[_ngcontent-ng-c1754692734]{display:inline}}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734]{list-style:none;text-decoration:none}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .folder-title[_ngcontent-ng-c1754692734]{font-size:14px;font-weight:400;margin-bottom:0;padding:8px 0;font-family:var(--font_family)}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .folder-title[_ngcontent-ng-c1754692734]:hover{color:var(--header_bg_color);font-weight:500}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .article-title[_ngcontent-ng-c1754692734]{position:relative;z-index:1;list-style:none;text-decoration:none;font-family:var(--font_family)}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .article-title[_ngcontent-ng-c1754692734]:hover{color:var(--header_bg_color);font-weight:500}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .folder-icon[_ngcontent-ng-c1754692734]{margin-top:8px;margin-right:8px;color:#adadad;font-size:20px;width:20px;height:20px}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .folder-bar[_ngcontent-ng-c1754692734]{height:35px;display:flex;align-items:center;padding:0;position:relative;justify-content:baseline}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .folder-bar[_ngcontent-ng-c1754692734] a[_ngcontent-ng-c1754692734]{display:flex;align-items:center;position:relative;justify-content:baseline}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .folder-link[_ngcontent-ng-c1754692734]{text-decoration:none;color:inherit}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .folder-link[_ngcontent-ng-c1754692734]:visited{color:inherit}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .article-list[_ngcontent-ng-c1754692734]{margin:0;padding:0}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .article-list[_ngcontent-ng-c1754692734] span[_ngcontent-ng-c1754692734]{position:relative}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .article-list[_ngcontent-ng-c1754692734] span[_ngcontent-ng-c1754692734] a[_ngcontent-ng-c1754692734]{z-index:1;text-decoration:none;display:flex;width:100%;font-size:14px;line-height:1.2;color:#121212;padding:7px 16px 7px 30px;word-break:break-word}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .article-list[_ngcontent-ng-c1754692734] span[_ngcontent-ng-c1754692734] p[_ngcontent-ng-c1754692734]{margin:0;line-height:22px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.sidebar[_ngcontent-ng-c1754692734] .folder-list[_ngcontent-ng-c1754692734] .highlight-item[_ngcontent-ng-c1754692734]{color:var(--header_bg_color);font-weight:600}.sidebar[_ngcontent-ng-c1754692734] .close-button[_ngcontent-ng-c1754692734]{display:none;position:absolute;right:1rem;top:1rem;z-index:1;border:none;outline:none;font-weight:700;background:none}.sidebar[_ngcontent-ng-c1754692734]::-webkit-scrollbar{width:4px}\u003C/style>\u003Cstyle>app-contributors[_ngcontent-ng-c1093611492]{display:flex;justify-content:flex-end;margin-top:20px}th[_ngcontent-ng-c1093611492], td[_ngcontent-ng-c1093611492]{border:1px solid #ddd;text-align:left}.article[_ngcontent-ng-c1093611492] img[_ngcontent-ng-c1093611492]{max-width:100%}.fr-shadow[_ngcontent-ng-c1093611492]{box-shadow:10px 10px 20px #00000080}.fr-bordered[_ngcontent-ng-c1093611492]{border:solid 5px #ccc}.fr-rounded[_ngcontent-ng-c1093611492]{border-radius:10px}.fr-green[_ngcontent-ng-c1093611492]{color:green}.fr-strong[_ngcontent-ng-c1093611492]{font-weight:700}.article[_ngcontent-ng-c1093611492]{word-wrap:break-word}\u003C/style>\u003Cstyle>.published-date[_ngcontent-ng-c1289266025]{font-size:10px;font-family:var(--font_family)}.author[_ngcontent-ng-c1289266025]{font-size:16px;font-weight:700;margin-bottom:5px;font-family:var(--font_family)}.info[_ngcontent-ng-c1289266025]{text-align:center;font-family:var(--font_family)}.contributors[_ngcontent-ng-c1289266025]{font-size:12px;font-weight:400;margin-right:2px;font-family:var(--font_family)}\u003C/style>\u003Cstyle>.feedback-form[_ngcontent-ng-c2946561789]{background-color:#f5f6f7;display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;margin:20px auto 0;max-width:400px;padding:20px;border:none;border-radius:10px;min-height:120px;max-height:120px}.feedbackContainer[_ngcontent-ng-c2946561789]{font-family:var(--font_family);transition:opacity .2s ease-in-out;opacity:1}.feedbackContainer.hidden[_ngcontent-ng-c2946561789]{opacity:0}.feedback-title[_ngcontent-ng-c2946561789]{font-family:var(--font_family)}h1[_ngcontent-ng-c2946561789]{margin-top:0;display:block}.button-yes[_ngcontent-ng-c2946561789]{background-color:#156bb2;border:none;color:#fff;margin-right:10px;padding:12px 20px;border-radius:5px;font-family:sans-serif;font-size:12px;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:var(--font_family)}.button-no[_ngcontent-ng-c2946561789]{background-color:#adadad;border:none;color:#000;margin-left:10px;padding:12px 20px;border-radius:5px;font-family:sans-serif;font-size:12px;cursor:pointer;transition:background-color .3s ease,color .3s ease;font-family:var(--font_family)}.button-yes[_ngcontent-ng-c2946561789]:hover{background-color:#125ca9;color:#fff}.button-no[_ngcontent-ng-c2946561789]:hover{background-color:#888;color:#000}textarea[_ngcontent-ng-c2946561789]{width:100%;resize:vertical;font-family:sans-serif}@keyframes _ngcontent-ng-c2946561789_fade{0%{opacity:0}to{opacity:1}}.improveText[_ngcontent-ng-c2946561789]{font-weight:700;font-size:medium;margin-bottom:10px}.error-container[_ngcontent-ng-c2946561789]{min-height:20px;margin-top:10px}.error-message[_ngcontent-ng-c2946561789]{color:red;margin-top:5px}\u003C/style>\u003C/head>\n\n \u003Cbody style=\"--header_bg_color: #156bb2; --header_font_color: #fff; --font_family: Inter, sans-serif; --msg-primaryColor: #1c65d4; --msg-primaryColorLight: #428bfa; --msg-primaryColorDark: #0032a1; --msg-secondaryColor: rgba(28,101,212, 9%); --msg-outboundMsg: #1c65d4; --msg-inboundMsg: rgba(28,101,212, 9%); --msg-textColor: white; --msg-textMsgColor: white; --msg-warningColor: #cc3300; --msg-fontFamily: 'Inter', sans-serif;\">\n \u003Capp-root _nghost-ng-c3369168153=\"\" ng-version=\"17.0.8\">\u003Crouter-outlet _ngcontent-ng-c3369168153=\"\">\u003C/router-outlet>\u003Capp-galaxy _nghost-ng-c3266446522=\"\" class=\"ng-star-inserted\">\u003Capp-content _ngcontent-ng-c3266446522=\"\" _nghost-ng-c2769915198=\"\">\u003Capp-header-galaxy _ngcontent-ng-c2769915198=\"\" _nghost-ng-c1447676359=\"\">\u003C!---->\u003Cheader _ngcontent-ng-c1447676359=\"\" class=\"main\">\u003Cbutton _ngcontent-ng-c1447676359=\"\" class=\"three-dots\">\u003Cspan _ngcontent-ng-c1447676359=\"\" class=\"line\">\u003C/span>\u003Cspan _ngcontent-ng-c1447676359=\"\" class=\"line\">\u003C/span>\u003Cspan _ngcontent-ng-c1447676359=\"\" class=\"line\">\u003C/span>\u003C/button>\u003Cdiv _ngcontent-ng-c1447676359=\"\" class=\"main-box\">\u003Cdiv _ngcontent-ng-c1447676359=\"\" class=\"aside-nav\">\u003Cdiv _ngcontent-ng-c1447676359=\"\" class=\"logo ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1447676359=\"\" class=\"ng-star-inserted\">\u003Ca _ngcontent-ng-c1447676359=\"\" href=\"/293020\">\u003Cimg _ngcontent-ng-c1447676359=\"\" alt=\"Logo\" src=\"https://phone91.com/static/msg91/msg91-whitesvg (3)1663832908583941.png\">\u003C/a>\u003C/div>\u003C!---->\u003C!---->\u003C/div>\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1447676359=\"\" class=\"search-bar\">\u003Cfa-icon _ngcontent-ng-c1447676359=\"\" class=\"ng-fa-icon search-icon\">\u003Csvg role=\"img\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"magnifying-glass\" class=\"svg-inline--fa fa-magnifying-glass\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\u003Cpath fill=\"currentColor\" d=\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z\">\u003C/path>\u003C/svg>\u003C/fa-icon>\u003Cform _ngcontent-ng-c1447676359=\"\" novalidate=\"\" class=\"search-input ng-untouched ng-pristine ng-valid\">\u003Cinput _ngcontent-ng-c1447676359=\"\" name=\"searchTerm\" autocomplete=\"off\" placeholdername=\"searchTerm\" type=\"text\" placeholder=\"Search the Knowledge Base\" class=\"ng-untouched ng-pristine ng-valid\">\u003C/form>\u003C!---->\u003C/div>\u003C/div>\u003C/header>\u003C/app-header-galaxy>\u003Cdiv _ngcontent-ng-c2769915198=\"\" class=\"main\">\u003Capp-sidebar _ngcontent-ng-c2769915198=\"\" _nghost-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"sidebar ng-tns-c1754692734-0\">\u003Cbutton _ngcontent-ng-c1754692734=\"\" class=\"close-button ng-tns-c1754692734-0\">X\u003C/button>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/dlt-registration-in-india\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> DLT registration \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"opacity: 1;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/cta-whitelisting-faqs\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> CTA Whitelisting - FAQs \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-whitelist-urls-and-callback-numbers-on-dlt\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to Whitelist URLs and Callback Numbers on DLT \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-content-template-faqs\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT Content Template FAQs \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-entity-process-post-entity-id-received\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT Entity Process | Post Entity ID Received \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-header-registration-process-manual-pingconnect\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT Header Registration | Process Manual | PingConnect \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-faqs\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0 highlight-item\"> DLT | FAQs \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/entity-registration-on-dlt-platform\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Entity Registration on DLT Platform \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/find-your-dlt-entity-pe-id\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Find your DLT Entity (PE) ID \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/get-approval-for-your-sms-content-on-dlt-platform\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Get Approval for your SMS Content on DLT Platform \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/map-approved-dlt-template-id-with-respective-flow-id-on-msg91-panel\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Map approved DLT Template Id with respective Flow Id on MSG91 panel \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/map-your-dlt-entity-pe-id-with-dlt-approved-header-sender-id\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Map your DLT Entity (PE) Id with DLT approved Header (Sender Id) \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/step-by-step-guide-to-implement-dlt-in-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Step by Step Guide to implement DLT in SMS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/apply-consent-template-dlt\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Apply Consent Template | DLT \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-consent-process\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT Consent Process \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-consent-template-registration\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT Consent Template Registration \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-premium-support\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT Premium Support \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-process\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT Process \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-template-scrubbing-filtering-rules\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT Template Scrubbing / Filtering Rules \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dlt-key-points-for-b2b-platforms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DLT key points for B2B platforms \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/error-description-211-template-id-missing\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Error Description- 211- Template Id Missing \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/error-description-header-sender-id-not-associated-with-the-dlt-template\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Error Description- Header/Sender Id not Associated with the DLT Template \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/error-description-sms-not-matched-with-dlt-template\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Error Description- SMS not Matched with DLT Template. \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/error-description-template-id-not-found-on-dlt\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Error Description- Template Id not found on DLT \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/export-approved-templates-from-dlt-portal\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Export Approved Templates from DLT Portal \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/faq-dlt-consent-process\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> FAQ- DLT Consent Process \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-dlt-ai-and-what-is-the-use-of-dlt-ai\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use DLT AI and what is the use of DLT AI \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/header-template-verification\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Header Template Verification \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/whatsapp\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> WhatsApp \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-turn-off-the-2-factor-authentication\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to turn off the 2-factor authentication \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whatsapp-welcome-message-icebreakers-and-commands\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Whatsapp Welcome message, Icebreakers and Commands \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whatsapp-template-pacing\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WhatsApp- Template Pacing \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/new-article-1722499431155091\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WhatsApp Solutions \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whatsapp-all-features\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Whatsapp All features \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/new-article-1720595602018809\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WhatsApp Payment Flow \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whatsapp-media-type-support\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Whatsapp media type Support \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whatsapp-otp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WhatsApp Authentication/ WhatsApp OTP \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/moengage-whatsapp-integration\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> MoEngage WhatsApp Integration \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/webengage-whatsapp-integration\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WebEngage WhatsApp Integration \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-a-template-for-whatsapp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create a template for WhatsApp? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whatsapp-interactive-message\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WhatsApp Interactive Message \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/error-codes-for-whatsapp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Error Codes for Whatsapp \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-get-your-business-account-verified-on-whatsapp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How To Get your business account verified on WhatsApp? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-apply-for-whatsapp-green-tick-verification\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to apply for WhatsApp Green Tick Verification? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-check-if-your-account-is-verified-on-meta\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to check if your account is verified on Meta or not? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-download-whatsapp-reports\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to download Whatsapp Reports \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-get-reports-of-whatsapp-messages-on-webhook\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to get reports of Whatsapp messages on Webhook \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-to-check-the-failed-logs-for-whatsapp-messages\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Where to check the Failed logs for Whatsapp messages? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/click-count-functionality\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Click Count Functionality \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/prepaid-balance-and-auto-renew\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Prepaid Balance and Auto renew \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/send-whatsapp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Send WhatsApp \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whatsapp-catalog\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WhatsApp Catalog \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/api\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> API \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-resolve-the-error-otp-not-found-and-placeholder-not-found-in-message\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How do resolve the error OTP not found and placeholder not found in the message? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-debug-if-my-api-is-not-working\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to debug if my API is not working? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-get-sms-status-in-api\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to get SMS status in API? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sign-in-sms-from-api\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send + sign in SMS from API? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-are-the-reason-for-error-codes-received-under-the-api-failed\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are the reason for error codes received under the API failed? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/why-to-integrate-msg91-api-using-socket\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Why integrate MSG91 API using Socket? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/error-country-code-blocked\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Error: Country Code Blocked \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-do-you-mean-by-api-security\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What do you mean by API Security? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-can-i-find-my-authentication-key\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Where can I find my authentication key? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-integrate-sms-api\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I integrate SMS API \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/voice-calls-from-hello-web\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Voice calls from Hello Web \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/sendotp\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> SendOTP \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/step-by-step-process-to-configure-otp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Step-by-step process to configure OTP \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-otp-can-be-sent-in-other-languages-unicode\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How OTP can be sent in other languages (Unicode)? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-does-sendotp-implement-the-verification-process-is-it-secure-as-sendotp-itself-generates-the-code-and-verifies\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How does SendOTP implement the verification process? Is it secure as SendOTP itself generates the code and verifies it? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-to-find-the-sendotp-api-how-to-get-template-id\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create a template to Send OTP. \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-export-otp-report\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to export OTP reports? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-the-new-login-with-otp-widget\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to integrate the new Login with OTP widget \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-sendotp-how-does-it-work\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is SendOTP? How does it work? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-difference-between-send-otp-and-send-otp-2-0\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the difference between Send OTP and Send OTP 2.0? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-maximum-and-minimum-otp-expiry-time\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the maximum and minimum OTP expiry time? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-to-find-sendotp-reports\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Where to find SendOTP reports? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/text-sms\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Text SMS \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/why-single-and-double-decoding-is-required\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Why Single and Double Decoding is required \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/schedule-an-sms-in-new-dashboard\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Schedule SMS in new dashboard \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sign-in-sms-from-api-1659503361242819\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send + sign in SMS from API? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-from-my-msg91-dashboard\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send SMS from my MSG91 dashboard? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/msg91-sms-connector-for-moengage\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use MSG91 SMS Connector for MoEngage: \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dnd-error-while-send-transactional-or-otp-messages\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DND Error while send Transactional or OTP messages \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-check-my-balance\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I check my balance? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-convert-my-excel-file-to-csv\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I convert my Excel file to CSV? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-schedule-an-sms-where-can-i-see-its-delivery-report\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I schedule an SMS? Where can I see its delivery report? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-send-personalized-custom-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I send personalized/custom SMS? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-you-add-remove-a-signature-along-with-the-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can you add/remove a signature along with the SMS? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-switch-route-for-sending-sms-from-the-dashboard\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How do switch routes for sending SMS from the dashboard? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-emojis-or-send-messages-in-other-languages-except-english\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add emojis or send messages in other languages (except English)? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-or-delete-an-sms-template\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add or delete an SMS template? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-delete-cancel-the-scheduled-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to delete/cancel the scheduled SMS? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-move-the-balance-from-one-route-to-other\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to move the balance from one route to another? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-resend-sms-via-panel\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to resend SMS via panel? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-on-group-1659170195066259\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send SMS to the group? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-using-an-excel-file-from-the-send-sms-option\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send SMS using an Excel file from the Send SMS option? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-worldwide\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send SMS worldwide? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-unicode-custom-sms-by-csv\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send Unicode custom SMS by CSV? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-encrypted-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send encrypted SMS? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/my-account-status-is-in-demo-what-can-i-do-to-make-my-account-live\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> My account status is in the demo, what can I do to make my account live? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/step-by-step-process-to-configure-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Step-by-step process to configure SMS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-does-a-flash-sms-mean-how-is-it-different-from-the-regular-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What does a flash SMS mean? How is it different from the regular SMS? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-unicode-and-which-characters-come-under-unicode\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is Unicode and which characters come under Unicode? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-a-csv-file\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is a .csv file? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-campaign-its-uses-and-how-to-delete-the-old-campaign-name\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is an SMS campaign, its uses, and how to delete the old campaign name? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-difference-between-transactional-promotional-and-sendotp-route\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the difference between the Transactional, Promotional, and SendOTP routes? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-to-find-my-flow-id\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Where to find my Template ID for MSG91 API? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/why-am-i-unable-to-send-an-sms-with-the-content-of-my-choice-i-get-demo-content-repeatedly\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Why am I unable to send an SMS with the content of my choice? I get demo content repeatedly. \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/sender-id\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Sender ID \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/country-wise-sms-and-sender-id-rules\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Country-wise SMS and Sender Id Rules \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-sender-id-in-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to Add, Update, or Delete a sender ID (header) on MSG91? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-a-sender-id\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is a Sender ID? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-meaning-of-prefixes-like-dz-dm-iz-etc\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the meaning of prefixes like DZ, DM, IZ, etc.? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-supported-type-of-sender-id-for-different-countries\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are the supported types of Sender IDs and the ETA for different countries? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/hello-contact-center\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> HELLO Contact Center \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/jump-to-condition-in-lex-chat-bot\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Jump to Condition in Lex Chat-bot \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-whatsapp-in-hello-1721307602982827\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to integrate WhatsApp in HELLO? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/new-article-172121304683369\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to integrate the Hello-Chat Widget \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/s3\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> S3 bucket \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-lex-chat-bot-1720769743704217\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to Create Lex Chat-Bot \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/delay-response\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Delay Response \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/spam-forwarding-in-gmail-1715933120676411\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Spam Forwarding in Gmail \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/filters-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Filters in Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/getting-started-with-hello-quickstart-guide-1662616959333776\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Getting started with HELLO - Quickstart guide \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-smtp-service-in-hello-inbox\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to Integrate SMTP Service in HELLO Inbox? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/bulk-closure\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to close/snooze bulk tickets in Hello Inbox? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/rcs-client-registration-and-sending-invite\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> RCS client registration and sending invite \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is Hello? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-and-integrate-the-hello-chat-widget\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to integrate the Hello-Chat Widget? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/-feedback-setting-in-hello-inbox\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Feedback setting in Hello Inboxes \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-check-analytics-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to check Analytics in Hello? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-configure-vpn-in-hello-for-making-the-voice-calls\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to configure VPN in Hello for making Voice calls? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-do-facebook-integration-with-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to do Facebook Integration with Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-whatsapp-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to integrate WhatsApp in HELLO? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-see-reactions-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to see the reaction to a specific chat on WhatsApp inbox in Hello? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-setup-a-forwarding-for-hello-inbox\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to set up forwarding for Hello Inbox? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-hello-for-ticketing-in-email\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use Hello for ticketing system \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-tags-in-email-inbox\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use tags in email inbox \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/paraphrase-the-reply-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Paraphrase the reply in Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/summarize-chats-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Summarize chats in Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-are-the-notification-settings-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are the notification settings in Hello? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/calling-in-hello-mobile-ios\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Calling in Hello Mobile -IOS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/get-started-with-workflow\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Get Started With Workflow \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/google-business-chat-inbox\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Google Business Chat Inbox \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/hello-facebook-inbox-error\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Hello Facebook Inbox Error \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-gmail-inbox\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How To Integrate Gmail Inbox \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-twitter-inbox\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How To Integrate Twitter Inbox \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-chatgpt-bot\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create ChatGPT Bot \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-hello-in-mobile-app\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use Hello in mobile app \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-identity-verification\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Identity verification in Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/Inbox-filtering-by-last-reply\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Inbox Filtering by Last reply \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-do-instagram-integration-with-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Integrate Instagram in Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/interactive-message-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Interactive message in Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/permission-setting-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Permission Setting in Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/smtp-outlook-inbox-in-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> SMTP Outlook Inbox in Hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/set-the-api-in-the-bot\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Set the API in the Bot \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/sticky-assign\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Sticky Assign \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/text-translation\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Text Translation \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/transactional-email\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Transactional Email \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-email-template-in-msg91-with-builder\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create Email Template in MSG91 with Builder \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/best-practices-to-increase-email-deliverability\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Best practices to increase email deliverability \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-a-preheader-in-your-email\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add a Preheader in your Email \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-remove-emails-from-suppressions\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Remove mails from suppressions \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/all-you-need-to-know-about-transactional-email-of-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> All You Need to Know about Transactional Email of MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-domain-in-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to Add Domain in MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-check-and-export-delivery-reports-for-email\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to check and export delivery reports for Email \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-check-transactional-email-delivery-report\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to check transactional email delivery reports? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-complete-domain-verification\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to complete domain verification ? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-a-transactional-email-template-with-api-integration-detail\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create a transactional email template with API Integration detail \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-get-email-logs-on-webhook\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to get Email delivery logs on Webhook \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-subscribe-for-email-services\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to subscribe to email services \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-smtp-in-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use SMTP in MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-validate-your-recipient-email-address\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to validate your recipient email address \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/step-by-step-process-to-configure-email-api-in-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Step-by-step process to configure Email API in MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/transactional-email-being-received-in-spam-or-promotional-folder\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Transactional email being received in the spam or promotional folder. \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dmarc-settings-in-email\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> DMARC Settings in Email \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/all\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> All \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/block-country-in-credit-account\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to block country in a credit account \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-get-delivery-logs-for-a-particular-number\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I get delivery logs for a particular number &amp; the failure reason? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-blocked-numbers-how-to-block-unblock-any-number\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is blocked numbers? How to block/unblock any number? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-meaning-of-ssl-certificate-error-1659610637296715\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the meaning of SSL certificate error? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/alternate-solution-for-csv-file-upload\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Alternate Solution for CSV file Upload \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-fix-could-not-create-ssl-tls-secure-channel-error\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to fix the \"could not create SSL/TLS secure channel\" error \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/step-by-step-guide-to-set-up-and-start-your-cloud-communication-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Step-by-step guide to set up and start your Cloud Communication with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-url-encoding-and-how-to-do-url-encoding\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is URL encoding and how do URL encoding? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/delivery-report\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Delivery Report \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-get-report-for-particular-number\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I get a report for a particular number? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-automate-your-reports-via-dashboard\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to automate your reports via Dashboard? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-export-the-dlt-failed-report\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to export the DLT failed report \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/-p-how-to-export-download-the-delivery-reports-p\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to export/download the Delivery Reports \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/i-am-unable-to-see-the-delivery-report-of-the-failed-api-where-can-i-find-them\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> I am unable to see the delivery report of the failed API. Where can I find them? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-are-the-reasons-behind-a-failed-message\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are the reasons behind a failed message? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-a-request-id-and-where-can-i-get-it\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is a request ID and where can I get it? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-absent-subscriber\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is an Absent subscriber? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-meaning-of-different-status-in-the-delivery-reports\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the meaning of different statuses in the delivery reports? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-can-i-check-the-delivery-reports\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Where can I check the SMS delivery reports? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/more\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> More \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/corserror\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> CORS ERROR \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/can-i-get-an-sms-alert-daily-informing-about-the-available-and-used-balance-in-my-account\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Can I get an SMS alert daily informing me about the available and used balance in my account? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/can-i-set-customised-balance-alert\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Can I set customised balance alert? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-change-username-and-registered-mobile-number\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I change my username and registered mobile number? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-contact-support\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I contact Support \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-update-my-gst-number\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I update my GST number? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-update-my-primary-mobile-number\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I update my primary mobile number? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-a-new-team-member-in-the-team\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add a new team member to the team? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-a-google-group\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create a Google Group? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-delete-the-access-of-a-member-added-to-your-team\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to delete access of a member added to your team? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-download-and-use-msg91-mobile-application\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to download and use MSG91 mobile application? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-export-all-client-details\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to export all client details? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-give-access-to-your-msg91-account-to-support-team-in-order-to-troubleshoot-on-an-issue\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to give access to your MSG91 account to support team, in order to troubleshoot on an issue \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-request-for-any-custom-sms-solution\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to request any custom SMS solution? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-resolve-the-error-curl-error-failed-to-connect-to-msg91-com-port-80-443-connection-timed-out\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to resolve the error cURL Error: Failed to connect to msg91.com port 80/443: Connection timed out? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/i-am-facing-trouble-in-viewing-all-the-options-on-my-screen-what-should-i-do\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> I am facing trouble viewing all the options on my screen. What should I do? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/promotional-sms-to-customers\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Promotional SMS to Customers \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/static-ip-resolution-on-various-cloud-providers\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Static IP Resolution on Various Cloud Providers \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-are-the-best-accounting-and-invoicing-softwares-you-would-recommend\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are the best Accounting and Invoicing softwares you would recommend? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-are-third-party-services\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are third-party services? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-website-and-data-security-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are website and data security with MSG91? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-fallback-and-how-it-works\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is Fallback and how does it work? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-usertable-how-to-use-it\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is UserTABLE? How to use it? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-switch-account-and-how-to-use-it\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is a switch account and how to use it? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-difference-between-push-sms-and-pull-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the difference between Push SMS and Pull SMS? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-difference-between-free-and-paid-sms-services\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the difference between free and paid SMS services? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-update-contact-details-for-billing-and-tech-alerts\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Billing and Tech Alerts \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/add-ons-and-plug-ins\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Add ons and Plug ins \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-resolve-invalid-range-instance-error-in-excel-plugin\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Excel plugin- How to resolve an Invalid range instance error \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-resolve-the-error-authentication-failure-and-no-internet-connection-in-excel-plugin\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Excel plugin- How to resolve the error authentication failure and no internet connection \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-and-email-from-google-spreadsheet\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Google Spreadsheet- How to send SMS, Email, and Campaign. \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-to-do-if-msg91-add-on-option-is-not-available-in-google-spreadsheet-plugin-after-installation\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Google Spreadsheet- What to do if the MSG91 Add-On option is not available in the Plugin after installation? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-check-the-unicode-message-in-the-excel-file-exported\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to check the Unicode message in the excel file exported? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-track-if-sms-is-not-sent-in-msg91-whmcs-sms-plugin\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> MSG91 WHMCS SMS plugin- How to track if SMS is not sent \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/magento-extensions-for-sending-sms-notifications-and-otp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Magento extensions for sending SMS notifications and OTP \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/opencart-plugin-for-sms-notification-and-otp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> OpenCart plugin for SMS notification and OTP \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-msg91-api-in-sap\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> SAP- How to integrate MSG91 API \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/sm-share-plugin-for-sms-notifications-and-otp-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> SM-share plugin for SMS notifications and OTP with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whmcs-plugin-for-sms-notification-and-otp\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WHMCS plugin for SMS notification and OTP \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-in-webengage-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WebEngage- How to send SMS with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/wordpress-and-woo-commerce-how-to-send-notifications-and-otp-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> WordPress and Woo-Commerce- How to send notifications and OTP SMS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-msg91-campaign-with-zoho\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zoho CRM + MSG91 - Send Whatsapp, SMS, Voice, and RCS alerts. \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-msg91-as-an-email-service-provider-in-clevertap\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add MSG91 as an Email Service Provider in Clevertap \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/excel-how-to-use-the-excel-plugin-for-sending-campaign\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Excel- How to use the Excel plugin for sending campaign \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/freshworks-how-to-integrate-the-msg91-plugin-in-freshworks\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Freshworks- How to integrate the MSG91 plugin in Freshworks \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/google-spreadsheet-how-to-send-emails\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Google Spreadsheet- How to send Emails \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/google-spreadsheet-how-to-send-msg91-campaign\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Google Spreadsheet- How to send MSG91 Campaign \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/google-spreadsheet-how-to-send-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Google Spreadsheet- How to send SMS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-migrate-from-twilio-to-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to Migrate from Twilio to MSG91? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/browseabandonment\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send messages to users who have viewed the product but have not purchased it (Browse Abandonment) \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/hubspot-integration-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> HubSpot - Integration with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-sms-in-leadsquared\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Leadsquared- How to integrate the MSG91 plugin in Leadsquare \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-msg91-with-shopify\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Shopify- How to integrate with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/zapier-integration-how-to-send-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zapier Integration- How to send SMS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/zapier-integration-how-to-send-data-to-segmento-in-msg91-from-your-app-via-zapier\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zapier Integration- How to send data to Segmento in MSG91 from your app via Zapier \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/zapier-how-to-integrate-with-zapier-msg91-integration-send-whatsapp-email-voice-and-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zapier MSG91 Integration- Send Whatsapp, Email, Voice, and SMS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-from-msg91-mobile-application\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send SMS from the MSG91 mobile application? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/shopify-how-to-recover-abandoned-checkouts-using-whatsapp-messages\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Shopify- How to recover abandoned checkouts using WhatsApp Messages \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/sync-shopify-data-with-segment\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Sync Shopify data with Segment \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/zoho-crm-how-to-set-up-automation-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zoho-CRM-Automation \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/best-practices\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Best Practices \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-block-countries-above-a-set-sms-price\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to block countries on the basis of SMS price? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-check-active-login-session\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to check Active Login Session \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-protect-your-sms-api-from-bot-attack\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to protect your SMS API from Bot Attack! \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-best-practices-need-to-be-performed-for-bulk-sms-service\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What best practices need to be performed for bulk SMS service? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-token-and-how-to-use-it\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is token and how to use it? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-allow-and-block-specific-country-from-sending-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to Allow and Block specific countries from sending SMS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/login-using-whitelisted-ip-address\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Login using Whitelisted IP address \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/flow\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Flow \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/does-template-in-flow-require-approval-how-many-templates-can-we-add\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Does Template in the flow require approval? How many templates can we add? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-flow-can-be-stopped\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How Flow can be stopped? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-flow-id-to-send-sms-via-api\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create a Template ID to Send SMS via API? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/voice\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Voice \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-voice-services\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use Voice Services \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/call-monitoring\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Call Monitoring \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-incoming-services\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use Incoming Services \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-outgoing-services\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use Outgoing Services \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/number-subscription\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Number Subscription \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/vpn-in-chrome-os\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> VPN in Chrome OS \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/voice-redesign-template-change\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Voice Redesign Template Change \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/voice-wallet\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Voice Wallet \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-flow-and-its-creation\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is Flow and its creation \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/webhooks\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Webhooks \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-does-the-request-bin-works-how-to-check-if-the-webhook-for-dlr-is-working\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How does the requestbin work? How to check if the webhook for DLR is working? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-get-the-delivery-reports-on-my-webhook-url\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use Webhook to get the delivery report on the desired URL? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-are-webhooks-how-does-it-work\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are Webhooks? How does it work? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/integration-guides\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Integration guides \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-configure-msg91-with-cs-cart-1659299560006679\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Cs-Cart- How to configure MSG91 with Cs-Cart? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-msg91-api-with-hdpos-software\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> HDPOS software- How to integrate MSG91 API \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-msg91-api-in-erp-next\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to integrate MSG91 API in ERP Next? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-in-clevertap-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send SMS in Clevertap with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-in-webengage-with-msg91-1659300203140843\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send SMS in WebEngage with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-msg91-api-in-marg-software\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> MARG software- How to integrate MSG91 API \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-configure-msg91-whmcs-sms-plugin\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> MSG91 WHMCS SMS Plugin- How to configure \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/vtiger-crm-plugin-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Vtiger CRM plugin with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-msg91-api-in-zoho-campaign\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zoho Campaign- How to integrate MSG91 API? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-integrate-with-busy-software\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to integrate with Busy software \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/zoho-how-to-integrate-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zoho Books- How to integrate with MSG91 ? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/zoho-subscription-how-to-integrate-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zoho Subscription-How to integrate with MSG91? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/integrate-tally-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Integrate Tally with MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/zoho-crm-how-to-integrate-with-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Zoho CRM \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/campaign\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Campaign \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-check-the-reports-of-the-campaign\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to check the reports of the campaign? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-run-campaign-from-segmento\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to run a Campaign from Segmento \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-are-campaign-filters\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What are Campaign filters? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-campaign-and-how-to-use-it\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is Campaign and how to use it \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-to-find-the-campaign-slug\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Where to find the Campaign slug \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/credits\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Credits \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-make-payment-using-debit-credit-card\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How do make a payment using a Debit/Credit card? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-funds\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add funds? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-make-refund-request-how-much-time-does-it-take-to-refund-the-payment\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to make refund request? How much time does it take to refund the payment? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-character-limit-for-a-single-credit-in-english-unicode-how-is-credit-calculated\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the character limit for a single credit in English &amp; Unicode? How is credit calculated? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-charge-per-sms-are-failed-sms-also-charged\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the charge per SMS? Are failed SMS also charged? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-can-i-download-the-invoice\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Where can I download the Invoice/Ledger? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-an-e-mandate-for-auto-recharge\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create an e-mandate for auto-recharge? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/resellers\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Resellers \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-update-a-clients-phone-number\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to update a client’s phone number \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-clients-under-reseller-panel-1659609799405125\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add clients under reseller panel? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/can-my-clients-also-pay-me-online-if-yes-then-how\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Can my clients also pay me online? If yes, then how? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/client-sms-consumption\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Client SMS Consumption \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/dynamic-credit-purchase-limit\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Dynamic Credit Purchase Limit \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-add-demo-balance-to-my-clients\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I add Demo Balance to my clients? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-add-pricing-to-my-website\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I add pricing to my website? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-convert-my-client-s-account-into-a-reseller-account\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I convert my client's account into a reseller account? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-customize-a-mail-and-an-sms-for-signup\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I customize a mail and an SMS for signup? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-disable-my-client-s-account\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I disable my client's account? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-get-reseller-account-on-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I get a Reseller account on MSG91? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-put-the-bank-details-like-msg91-on-my-website\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I put the bank details like MSG91 on my website? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-update-my-client-password\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I update my client password? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-update-my-client-s-mobile-number\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I update my client's mobile number? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-do-i-white-label-my-website-how-to-point-cname-for-the-domain-or-subdomain\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How do I white label my website? How to point CNAME for the domain or subdomain? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-do-you-give-support-to-our-whitelabel-clients\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How do you give support to our Whitelabel clients? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-does-client-search-work\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How does client search work? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-balance-in-the-client-account\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add Balance to the client account? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-ssl-for-my-website\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add SSL to my website? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-clients-under-reseller-panel\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add clients under the reseller panel? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-and-design-website-for-selling-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create and design a website for selling SMS? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-edit-client-details\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to edit client details? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-get-signup-updates-on-your-webhook\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to get signup updates on your webhook? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-have-my-own-website-for-selling-sms\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to have my own website for selling SMS? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-mark-user-authentic\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to mark a user Authentic? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-restrict-users-to-login-to-other-domains\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to restrict users to log in to other domains? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-set-pricing-for-the-client-account\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to set pricing for the client account? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/i-have-disabled-a-reseller-under-me-does-it-disable-all-users-under-that-reseller\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> I have disabled a reseller under me. Does it disable all users under that reseller? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/why-am-i-unable-to-pay-online-it-says-you-are-not-authorized\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Why am I unable to pay online? It says, \"You are not authorized\". \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/segmento\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Segmento \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-sms-from-segmento\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How you can use the Phonebook in Segmento to send the SMS. \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-a-segment-in-segmento\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create a Segment in Segmento \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-segmento-and-how-to-send-emails-using-it\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> 4 steps to setup Segmento \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-create-the-phonebook-in-segmento\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to create the Phonebook in Segmento \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-phonebook-in-segmento\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use phonebook in segmento \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/virtual-number\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Virtual Number \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-activate-a-long-code\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to activate a Long Code? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-send-custom-sms-using-longcode\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to send custom SMS using Longcode? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/i-am-not-able-to-receive-sms-when-someone-sends-it-on-my-keyword-why-is-that-so\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> I am not able to receive SMS when someone sends it on my keyword. Why is that so? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/is-it-possible-to-export-report-for-a-particular-keyword-165930182103989\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Is it possible to export report for a particular keyword? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-a-virtual-number-or-longcode-what-is-keyword-and-inbox-balance\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is a Virtual Number or Longcode? What is Keyword and Inbox balance? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-the-difference-between-dedicated-long-code-and-shared-long-code\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is the difference between Dedicated Long-Code and Shared Long-code \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/where-i-can-add-new-keyword-for-longcode-what-is-it-s-maximum-limit\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Where I can add new keyword for longcode? What is it's maximum limit? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/push-notification\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Push Notification \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-push-notifications-on-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use Push Notifications on MSG91 \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/push-notification-and-features\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Push Notification and Features \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/kb-main-doc\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> KnowledgeBase \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/steps-to-configure-knowledge-base\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Steps to configure Knowledge Base \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/new-article-1695100569664045\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to Add articles in KnowledgeBase? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-access-knowledge-base-section-of-hello\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to access the knowledge base section of hello \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/new-article-1695191227848472\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to white label your Hello Knowledge Base for branding ? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/custom-header-footer\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Custom Header Footer \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/kb-faq\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> KB FAQ \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/kb\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> KB Redirection \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/kb-main-doc\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> KB main doc \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/url-shortener\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> URL shortener \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-check-url-shortener-report-1659101904606372\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to check the URL Shortener report? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-use-and-check-report-of-short-url\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to use and check the report of a short URL? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/email\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">mark_email_read\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Email \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/email-connections\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Email Connections \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/email-Master-Article\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Email's Master Article \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/warm-up-in-email-sending\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Warm Up in Email Sending \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/webhook-for-email-activities\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Webhook for Email Activities \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/wallet-guide\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Wallet \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/wallet-guide-1623133985984536\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Wallet Guide \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/wallet-bonus-balance-addition-and-deduction\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Wallet: Bonus Balance Addition and Deduction \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/wallet-check-balance-deduction-from-delivery-logs\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Wallet: Check Balance Deduction from Delivery Logs \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/phonebook\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Phonebook \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-export-contacts-from-a-single-group\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I export contacts from a single group? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-set-default-expiry-of-any-number-in-phonebook-1659610029570999\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I set default expiry of any number in phonebook? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-delete-a-phonebook-group\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to delete a phonebook group? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/can-i-copy-or-move-contacts-from-one-group-to-the-other\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Can I copy or move contacts from one group to the other? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-can-i-set-default-expiry-of-any-number-in-phonebook\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How can I set the default expiry of any number in the phonebook? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-add-a-group-for-phonebook-how-many-contacts-can-i-import-upload-at-once\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to add a group for phonebook? How many contacts can I import/upload at once? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-delete-selected-contacts-from-a-phonebook-group\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to delete selected contacts from a phonebook group? \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-export-existing-phonebook-data\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to export existing phonebook data and upload it on segmento \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/how-to-upload-contacts-to-a-group\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> How to upload contacts to a group? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/rcs\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> RCS \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/new-article-1724395069894781\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> RCS Template Creation \u003C/p>\u003C/a>\u003C/span>\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/rcs-form-registration-guide\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> RCS Form Registration Guide \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/startup\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Startup \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/what-is-msg91-startup-program-and-how-to-apply-for-it\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> What is MSG91 Startup program and how to apply for it? \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/files\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">folder\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Files \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/all-you-need-to-know-about-files-option-of-msg91\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> All You Need to Know about File Hosting option of MSG91 \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/amp-emails\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">mark_email_unread\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> AMP Emails \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/whitelisting-for-amp-emails\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Whitelisting for AMP Emails \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-list ng-tns-c1754692734-0 ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"folder-bar ng-tns-c1754692734-0\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"folder-link ng-tns-c1754692734-0 ng-star-inserted\" href=\"/293020/hello-mobile-application\">\u003Ci _ngcontent-ng-c1754692734=\"\" class=\"material-icons folder-icon ng-tns-c1754692734-0\">mobile_screen_share\u003C/i>\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"folder-title ng-tns-c1754692734-0\"> Hello Mobile Application \u003C/p>\u003C/a>\u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-left: 8px;\" class=\"ng-tns-c1754692734-0\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" class=\"article-list ng-tns-c1754692734-0 ng-trigger ng-trigger-expandCollapse\" style=\"height: 0px; opacity: 0;\">\u003Cdiv _ngcontent-ng-c1754692734=\"\" style=\"margin-top: 10px;\" class=\"ng-tns-c1754692734-0\">\u003Cspan _ngcontent-ng-c1754692734=\"\" class=\"article-title ng-tns-c1754692734-0 ng-star-inserted\" style=\"\">\u003Ca _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\" href=\"/293020/hello-mobile-notification\">\u003Cp _ngcontent-ng-c1754692734=\"\" class=\"ng-tns-c1754692734-0\"> Hello Mobile Notification \u003C/p>\u003C/a>\u003C/span>\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/div>\u003C!---->\u003C/div>\u003C/app-sidebar>\u003Cdiv _ngcontent-ng-c2769915198=\"\" class=\"main-area\">\u003Cdiv _ngcontent-ng-c2769915198=\"\" class=\"breadcrumbs\">\u003Cspan _ngcontent-ng-c2769915198=\"\" class=\"ng-star-inserted\">\u003Ca _ngcontent-ng-c2769915198=\"\" href=\"/293020\"> Home \u003C/a>   \u003Cfa-icon _ngcontent-ng-c2769915198=\"\" class=\"ng-fa-icon search-icon ng-star-inserted\">\u003Csvg role=\"img\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"angle-right\" class=\"svg-inline--fa fa-angle-right\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\">\u003Cpath fill=\"currentColor\" d=\"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z\">\u003C/path>\u003C/svg>\u003C/fa-icon>   \u003C!---->\u003C!---->\u003C/span>\u003Cspan _ngcontent-ng-c2769915198=\"\" class=\"ng-star-inserted\">\u003Ca _ngcontent-ng-c2769915198=\"\" href=\"/293020/dlt-registration-in-india\"> DLT registration \u003C/a>   \u003Cfa-icon _ngcontent-ng-c2769915198=\"\" class=\"ng-fa-icon search-icon ng-star-inserted\">\u003Csvg role=\"img\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"angle-right\" class=\"svg-inline--fa fa-angle-right\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\">\u003Cpath fill=\"currentColor\" d=\"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z\">\u003C/path>\u003C/svg>\u003C/fa-icon>   \u003C!---->\u003C!---->\u003C/span>\u003Cspan _ngcontent-ng-c2769915198=\"\" class=\"ng-star-inserted\">\u003Ca _ngcontent-ng-c2769915198=\"\" href=\"/293020/dlt-faqs\"> DLT | FAQs \u003C/a>\u003C!---->\u003C/span>\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c2769915198=\"\" class=\"inner-content\">\u003Capp-article _ngcontent-ng-c2769915198=\"\" _nghost-ng-c1093611492=\"\" class=\"ng-star-inserted\">\u003Cdiv _ngcontent-ng-c1093611492=\"\" class=\"fr-view article\" style=\"padding: 30px 70px;\">\u003Cdiv _ngcontent-ng-c1093611492=\"\">\n \n \u003Ch1 id=\"someHeading\">\n DLT | FAQs\n \u003C/h1>\n\n \u003Cp id=\"isPasted\">\u003Cstrong>Q. 1) Is DLT applicable?\u003Cbr>\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">Yes, DLT is applicable to every Entity/Company and Reseller. If you want to send your SMS (Transactional or Promotional), you need to do Entity Registration. If you want to Resell SMS services, you need to do TeleMarketer Registration.\u003C/span>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 2) Can I register for free?\u003C/strong>\u003C/p>\u003Cp>The Entity Registration process is paid on every telecom operator which is INR 5000 + GST for all Operators.\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong>Q. 3) Is there any tutorial Video for me?\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">Yes, we have made all steps involved tutorial video for \u003C/span>\u003C/p>\u003Cp>\u003Cstrong>Entity Registration-\u003C/strong> \u003Ca href=\"https://youtu.be/CPbV9WO14J4\">https://youtu.be/CPbV9WO14J4\u003C/a>\u003Cbr>and \u003Cstrong>Telemarketer Registration-\u003C/strong> \u003Ca href=\"https://youtu.be/JtrrtLRh4wI\">https://youtu.be/JtrrtLRh4wI\u003C/a>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 4) What is MSG91's Telemarketer ID and how to add a Telemarketer?\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">If you have completed Entity Registration, go to “TeleMarketer Request” and add Walkover Web Solutions Private Limited (MSG91) with Telemarketer ID (1302157225275643280). \u003C/span>\u003Ca href=\"https://msg91.com/help/dlt-entity-process-post-entity-id-received\" style=\"background-color: initial;\">Help Doc\u003C/a>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 5) Not received Entity/Telemarketer ID, even after 2 days of registration on PingConnect?\u003C/strong>\u003Cbr>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">1.  Personal level Troubleshooting:\u003C/span>\u003C/p>\u003Cp>-- Have you received OTP on the registered mobile number and Email ID?\u003Cbr>-- Have you clicked on the mail verification link? (check mail from \u003Ca href=\"mailto:noreply@infotelconnect.com\">noreply@infotelconnect.com\u003C/a>)\u003Cbr>2. If the answer to the above questions is yes, then kindly write your query to \u003Ca href=\"mailto:dlt.helpdesk@infotelconnect.com\">dlt.helpdesk@infotelconnect.\u003Cwbr>com\u003C/a> with your Application number, Registered mail ID, and Company Name and ask them to provide your application status, you can mark \u003Ca class=\"linkified\" href=\"mailto:support@msg91.com\">support@msg91.com\u003C/a> CC in the\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>Organization Name: MSG91\u003Cbr>Registered Mail Id: \u003Ca class=\"linkified\" href=\"mailto:support@msg91.com\">support@msg91.com\u003C/a>\u003Cbr>\u003Cstrong>Application Number:\u003C/strong>01-M5K776EVHK\u003C/p>\u003Cp>\u003Cstrong>Note for Telemarketer Applicants:\u003C/strong>\u003Cbr>Kindly share your transaction receipt in the mail to \u003Ca href=\"mailto:dlt.helpdesk@infotelconnect.com\">dlt.helpdesk@infotelconnect.\u003Cwbr>com\u003C/a>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 6) I have got Entity ID from PingConnect, is my work done?\u003C/strong>\u003Cbr>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">No, there are a few more steps required to do:\u003C/span>\u003C/p>\u003Cp>1. Add Headers/Sender ID\u003Cbr>2. Add your service provider as a Telemarketer to your account. \u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Note\u003C/strong>\u003Cspan style=\"background-color: initial;\">: Please refer to this help doc for a stepwise illustration of the process Help Doc\u003C/span>\u003Cbr>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 7) I have not registered till now, what is the effect?\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">Only DLT Approved Headers/Sender Id will get parsed from Operators and others will get blocked. It is highly recommended to register yourself for this as soon as you can. \u003C/span>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Note\u003C/strong>\u003Cspan style=\"background-color: initial;\">: Please refer to this help doc for a stepwise illustration of the Registration process Help Doc\u003C/span>\u003Cbr>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 8) Getting this error \"Organization with this POI has been already registered\"?\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">This means that you have either tried to register before or are already registered, In this case, kindly try to log in and click on the forgotten password, If it still doesn’t work then kindly write to \u003C/span>\u003Ca href=\"mailto:dlt.helpdesk@infotelconnect.com\" style=\"background-color: initial;\">dlt.helpdesk@infotelconnect.\u003Cwbr>com\u003C/a>\u003Cspan style=\"background-color: initial;\"> and share your issues with them and support by screenshots.\u003C/span>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 9) Due to the current scenario, I can't bring the signature and seal of the authorized person on the letter, what should I do?\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">In this case, kindly attach the screenshot ( take the entire screen) of the mail sent by your Director stated below mentioned along with the authorization letter (on company letterhead)\u003C/span>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cdiv>\u003Cstrong>To whomever, it may concern,\u003C/strong>\u003C/div>\u003Cdiv>I'm Name (Official Mail ID) and I'm the Co-Founder/Director of (Company Name)\u003Cbr>This email (letter of authority) gives authority to (authorizing person name and official mail id) to make decisions on our behalf for Telemarketer / Enterprise registration-related activities, SMS, DLT, and related dealings, till notified otherwise.\u003C/div>\u003Cdiv>The doc (GST certificate) attached below acts as the validity of this email. \u003Cbr>\u003Cbr>Regards,\u003C/div>\u003Cdiv>Thanks\u003Cbr>Name\u003Cbr>Designation\u003C/div>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 10) If my  Sender ID does not match with my Company Name applied on DLT, then what should I do?\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">In such a case, kindly upload a document to prove the co-relation between Company Name and Header. (If Alphabet Inc. needs Sender ID as Google, they need to prove co-relation between Sender Id GOOGLE and Alphabet.) (If the Operator is not satisfied with co-relation proof, your Header may not be approved)\u003C/span>\u003C/p>\u003Cdiv>\u003Cstrong>\u003Cbr>Possible co-relation docs could be (for the above example) - \u003C/strong>\u003C/div>\u003Cdiv>\u003Cp>1. If your brand (Google) has a registered domain and website, take a screenshot of your website page showing the domain URL and your main company name (Alphabet Inc.) on the website page.\u003C/p>\u003Cp>2. Invoice of the domain (Google) that has been raised to your main company name (Alphabet Inc.).\u003C/p>\u003C/div>\u003Cp>\u003Cbr>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 11) I Have got my Header/Sender Id approved from DLT, what should I do next?\u003C/strong>\u003C/p>\u003Cdiv>\u003Cp>\u003Cspan style=\"color: rgb(88, 88, 88); background-color: initial;\">Once the Header is approved on the DLT platform, it will be synced on the Global Platform in around 24 hrs and you will then be able to use your Header for sending SMS.\u003C/span>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">If your SMS is not getting delivered from your Header even after 24 hrs from the Header approval time, kindly let us know.\u003C/p>\u003Cp>\u003Cstrong style=\"color: rgb(88, 88, 88); background-color: initial;\">Q. 12) I have submitted the form on PingConnect and verified my Email Id, what to do next?\u003C/strong>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">Kindly share these details with \u003Ca class=\"linkified\" href=\"mailto:support@msg91.com\">support@msg91.com\u003C/a> and we will request the Telecom Operator to approve your application at the earliest:\u003Cbr>Organization Name: \u003Cbr>Registered Mail Id: \u003Cbr>Application Number:\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">Steps after Entity Approval:\u003Cbr>Once registration is approved, kindly login and add your Headers (Sender ID)- \u003Ca href=\"https://msg91.com/help/dlt-header-registration-process-manual-pingconnect\">https://help.msg91.com/article/344-dlt-header-registration-process-manual-pingconnect\u003C/a>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">\u003Cstrong style=\"background-color: initial; color: rgb(65, 65, 65);\">Q. 13) What if my Entity/TeleMarketer Application is Rejected?\u003C/strong>\u003Cspan style=\"background-color: initial; color: rgb(65, 65, 65);\">If your application is rejected\u003C/span>\u003Cspan style=\"background-color: initial;\">, we would recommend you to apply again and share these details at \u003C/span>\u003Ca class=\"linkified\" href=\"mailto:support@msg91.com\" style=\"background-color: initial;\">support@msg91.com\u003C/a>\u003Cspan style=\"background-color: initial;\">, so that we can request the Telecom Operator to approve your application:\u003C/span>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">Organization Name:\u003Cbr>Registered Mail Id:\u003Cbr>Application Number:\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">Simultaneously, you can also apply at Jio- \u003Ca class=\"linkified\" href=\"http://trueconnect.jio.com/#/\" target=\"_blank\">http://trueconnect.jio.com/#/\u003C/a>.\u003Cbr>They might approve at a faster pace.\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 14) Our Header (Sender Id) is approved on the DLT platform, but we are still getting SMS from different Sender Ids.\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">Once the Header is approved on the DLT platform\u003C/span>\u003Cspan style=\"background-color: initial; color: rgb(88, 88, 88);\">, it will be synced on the Global Platform in around 24 hrs and you will then be able to use your Header for sending SMS.\u003C/span>\u003Cbr>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">If your SMS is not getting delivered from your Header even after 24 hrs from the Header approval time, kindly drop an Email to \u003Ca class=\"linkified\" href=\"mailto:support@msg91.com\">support@msg91.com\u003C/a>\u003Ca href=\"mailto:noreply@infotelconnect.com\">.\u003C/a>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q. 15) I have submitted the application to PingConnect, but I am still waiting for an Email Verification Link from PingConnect.\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">Kindly check the Veri\u003C/span>\u003Cspan style=\"background-color: initial; color: rgb(88, 88, 88);\">fication Link from \u003C/span>\u003Ca href=\"mailto:dlt.helpdesk@infotelconnect.com\" style=\"background-color: initial;\">noreply@infotelconnect.com\u003C/a>\u003Cspan style=\"background-color: initial; color: rgb(88, 88, 88);\"> (Also check the SPAM and Email Firewall).\u003C/span>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">\u003Cspan style=\"background-color: initial;\">​\u003C/span>\u003Cspan style=\"background-color: initial;\">If you still failed to find the Email, kindly raise your concern at \u003C/span>\u003Ca class=\"linkified\" href=\"mailto:dlt.helpdesk@infotelconnect.com\" style=\"background-color: initial;\">dlt.helpdesk@infotelconnect.com\u003C/a>\u003Cspan style=\"background-color: initial;\"> keeping \u003C/span>\u003Ca class=\"linkified\" href=\"mailto:support@msg91.com\" style=\"background-color: initial;\">support@msg91.com\u003C/a>\u003Cspan style=\"background-color: initial;\"> in CC.\u003C/span>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">Also, share these details and we will request Telecom Operator send the Verification Link again on your DLT Registered Email Id:\u003Cbr>Organization Name:\u003Cbr>Registered Mail Id:\u003Cbr>Application Number:\u003Cbr>\u003Cbr>Simultaneously, you can also apply at Jio- \u003Ca class=\"linkified\" href=\"http://trueconnect.jio.com/#/\" target=\"_blank\">http://trueconnect.jio.com/#/\u003C/a>.\u003Cbr>They might approve at a faster pace.\u003Cs>​\u003C/s>\u003C/p>\u003Cp id=\"isPasted\">\u003Cstrong>Q. 16) Can I select a header with any possible digits?\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">No, as of now, Operators are approving Headers other than 6 alphabets, but no Operator has the functionality to send SMS with Headers other than 6 alphabets.\u003C/span>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">So, request you to get any  6 alphabet Header (in correlation with your organization name) approved from Operator and use only that for sending SMS.\u003C/p>\u003Cp id=\"isPasted\">\u003Cstrong>Q. 17) Got Entity/TM Id from one operator, do I have to register on others as well?\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">As of 29th July 2020, If the Header is approved from anyone DLT platform it can be used to send SMS, however, as precautionary measures, we recommend you to register on other DLT platforms as well for seamless service.\u003C/span>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">While registering again, make sure your register as an 'already enrolled' and provide your Entity or TM Id ( received from 1st registration)\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">Help Doc- \u003Ca href=\"https://help.msg91.com/article/342-dlt-entity-process-post-entity-id-received\">https://help.msg91.com/article/342-dlt-entity-process-post-entity-id-received\u003C/a> ( Entity Registration)\u003C/p>\u003Cp>\u003Cstrong>Videocon (PingConnect)- \u003Ca href=\"https://pingconnect.in/entity/register-with\">https://pingconnect.in/entity/register-with\u003C/a>\u003Cbr>Airtel- \u003Ca href=\"https://www.airtel.in/business/commercial-communication/home\">https://www.airtel.in/business/commercial-communication/home\u003C/a>\u003Cbr>Reliance Jio- \u003Ca href=\"https://trueconnect.jio.com/#/\">https://trueconnect.jio.com/#/\u003C/a>\u003Cbr>Tata- \u003C/strong>\u003Ca href=\"https://telemarketer.tatateleservices.com:8082/#/\">\u003Cstrong>https://telemarketer.tatateleservices.com:8082/#/\u003C/strong>\u003C/a>\u003Cstrong>\u003Cbr>VILPower (Idea-Vodafone)- \u003Ca href=\"https://www.vilpower.in/signup/\">https://www.vilpower.in/signup/\u003C/a>\u003Cbr>BSNL- \u003Ca href=\"https://www.ucc-bsnl.co.in/signup/\">https://www.ucc-bsnl.co.in/signup/\u003C/a>\u003Cbr>MTNL-  \u003C/strong>\u003Ca href=\"https://www.ucc-mtnl.in/login/\">\u003Cstrong>https://www.ucc-mtnl.in/login/\u003C/strong>\u003C/a>\u003C/p>\u003Cp>\u003Cstrong>\u003Cbr>\u003C/strong>\u003C/p>\u003Cp id=\"isPasted\">\u003Cstrong>Q. 18) \u003C/strong>\u003Cstrong>What is the process for Content Template Registration?\u003C/strong> \u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">Since your Entity and Header Registration is completed, the next step in the DLT process is to get the Content Template Registered.\u003C/span>\u003C/p>\u003Cp style=\"margin: -4px 0px 1.5em; color: rgb(88, 88, 88); overflow-wrap: break-word; font-size: 14px; line-height: 1.55em;\">\u003Cspan style=\"background-color: initial;\">​\u003C/span>\u003Cspan style=\"background-color: initial; color: rgb(65, 65, 65);\">Below mentioned are the Template Registration doc of all Telecom Operators (DLT Platforms); Click on the Operator where your Entity Registration LIVE and download the process doc.\u003C/span>\u003C/p>\u003Cp>\u003Cstrong style=\"background-color: initial;\">Q.19) Trying to send SMS getting error . It says 'preference not matched in DLT\u003C/strong>\u003C/p>\u003Cp>\u003Cspan style=\"background-color: initial;\">We would like to inform you that the error occurs when any Service Explicit or Promotional SMS cannot be delivered to this mobile number due to the DND preference of the end user.   And, If you are sending transactional SMS, please check the category on the DLT portal, as transactional SMS content should be approved under the service Implicit category.\u003C/span>\u003C/p>\u003Cp>\u003Cbr>\u003C/p>\u003Cstrong>Q. 20) Can I delete the template on MSG91? \u003C/strong>\u003Cbr>\u003Cspan style=\"background-color: initial;\">We really apologise for that but we do not have such a process to delete the template.\u003C/span>\u003Cs style=\"background-color: initial;\">​\u003C/s>\u003C/div>\n\n \u003C/div>\u003Capp-contributors _ngcontent-ng-c1093611492=\"\" _nghost-ng-c1289266025=\"\">\u003Cdiv _ngcontent-ng-c1289266025=\"\" class=\"info\" style=\"user-select: none;\">\u003Cdiv _ngcontent-ng-c1289266025=\"\" class=\"author\">\u003Cspan _ngcontent-ng-c1289266025=\"\" class=\"contributors\">Contributors\u003C/span>\u003Cbr _ngcontent-ng-c1289266025=\"\" class=\"ng-star-inserted\"> Prachi Singh \u003C!---->\u003Cbr _ngcontent-ng-c1289266025=\"\" class=\"ng-star-inserted\"> Ratnashil Meshram \u003C!---->\u003Cbr _ngcontent-ng-c1289266025=\"\" class=\"ng-star-inserted\"> LALIT PURVE \u003C!---->\u003C!---->\u003C/div>\u003Cdiv _ngcontent-ng-c1289266025=\"\" class=\"published-date\">Last updated: 04 April, 2024\u003C/div>\u003C/div>\u003C/app-contributors>\u003Capp-feedback-galaxy _ngcontent-ng-c1093611492=\"\" _nghost-ng-c2946561789=\"\">\u003Cdiv _ngcontent-ng-c2946561789=\"\" class=\"feedbackContainer\">\u003Cdiv _ngcontent-ng-c2946561789=\"\" class=\"feedback-form\">\u003Cdiv _ngcontent-ng-c2946561789=\"\" class=\"ng-star-inserted\">\u003Ch2 _ngcontent-ng-c2946561789=\"\">Did it help you?\u003C/h2>\u003Cdiv _ngcontent-ng-c2946561789=\"\">\u003Cbutton _ngcontent-ng-c2946561789=\"\" class=\"button-yes\">YES\u003C/button>\u003Cbutton _ngcontent-ng-c2946561789=\"\" class=\"button-no\">NO\u003C/button>\u003C/div>\u003C/div>\u003C!---->\u003C!---->\u003C!---->\u003C!---->\u003C/div>\u003C/div>\u003C/app-feedback-galaxy>\u003C/div>\u003C/app-article>\u003C!---->\u003C!---->\u003C/div>\u003C/div>\u003C/div>\u003C/app-content>\u003Cfooter _ngcontent-ng-c3266446522=\"\">Powered by \u003Ca _ngcontent-ng-c3266446522=\"\" href=\"https://msg91.com/knowledgebase\"> MSG91 \u003C/a>©2024. All Rights Reserved.\u003C/footer>\u003C!---->\u003C/app-galaxy>\u003C!---->\u003C!---->\u003C!---->\u003C/app-root>\n \n\n \n \u003Cscript src=\"https://kb.phone91.com/assets/polyfills.js\" type=\"module\">\u003C/script>\n \u003Cscript src=\"https://kb.phone91.com/assets/main.js\" type=\"module\">\u003C/script>\n \u003Cdiv id=\"sidebar_2fa\" style=\"margin-top: 100%; display: none;\">\n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/dlt-registration-in-india\">\n DLT registration\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/cta-whitelisting-faqs\">CTA Whitelisting - FAQs\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-whitelist-urls-and-callback-numbers-on-dlt\">How to Whitelist URLs and Callback Numbers on DLT\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-content-template-faqs\">DLT Content Template FAQs\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-entity-process-post-entity-id-received\">DLT Entity Process | Post Entity ID Received\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-header-registration-process-manual-pingconnect\">DLT Header Registration | Process Manual | PingConnect\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-faqs\">DLT | FAQs\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/entity-registration-on-dlt-platform\">Entity Registration on DLT Platform\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/find-your-dlt-entity-pe-id\">Find your DLT Entity (PE) ID\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/get-approval-for-your-sms-content-on-dlt-platform\">Get Approval for your SMS Content on DLT Platform\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/map-approved-dlt-template-id-with-respective-flow-id-on-msg91-panel\">Map approved DLT Template Id with respective Flow Id on MSG91 panel\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/map-your-dlt-entity-pe-id-with-dlt-approved-header-sender-id\">Map your DLT Entity (PE) Id with DLT approved Header (Sender Id)\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/step-by-step-guide-to-implement-dlt-in-sms\">Step by Step Guide to implement DLT in SMS\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/apply-consent-template-dlt\">Apply Consent Template | DLT\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-consent-process\">DLT Consent Process\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-consent-template-registration\">DLT Consent Template Registration\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-premium-support\">DLT Premium Support\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-process\">DLT Process\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-template-scrubbing-filtering-rules\">DLT Template Scrubbing / Filtering Rules\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dlt-key-points-for-b2b-platforms\">DLT key points for B2B platforms\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/error-description-211-template-id-missing\">Error Description- 211- Template Id Missing\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/error-description-header-sender-id-not-associated-with-the-dlt-template\">Error Description- Header/Sender Id not Associated with the DLT Template\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/error-description-sms-not-matched-with-dlt-template\">Error Description- SMS not Matched with DLT Template.\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/error-description-template-id-not-found-on-dlt\">Error Description- Template Id not found on DLT\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/export-approved-templates-from-dlt-portal\">Export Approved Templates from DLT Portal\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/faq-dlt-consent-process\">FAQ- DLT Consent Process \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-dlt-ai-and-what-is-the-use-of-dlt-ai\">How to use DLT AI and what is the use of DLT AI \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/header-template-verification\">Header Template Verification\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/whatsapp\">\n WhatsApp\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-turn-off-the-2-factor-authentication\">How to turn off the 2-factor authentication \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/whatsapp-welcome-message-icebreakers-and-commands\">Whatsapp Welcome message, Icebreakers and Commands\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/whatsapp-template-pacing\">WhatsApp- Template Pacing\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/new-article-1722499431155091\">WhatsApp Solutions\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/whatsapp-all-features\">Whatsapp All features\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/new-article-1720595602018809\">WhatsApp Payment Flow \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/whatsapp-media-type-support\">Whatsapp media type Support \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/whatsapp-otp\">WhatsApp Authentication/ WhatsApp OTP\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/moengage-whatsapp-integration\">MoEngage WhatsApp Integration\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/webengage-whatsapp-integration\">WebEngage WhatsApp Integration\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-a-template-for-whatsapp\">How to create a template for WhatsApp?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/whatsapp-interactive-message\">WhatsApp Interactive Message\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/error-codes-for-whatsapp\">Error Codes for Whatsapp\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-get-your-business-account-verified-on-whatsapp\">How To Get your business account verified on WhatsApp?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-apply-for-whatsapp-green-tick-verification\">How to apply for WhatsApp Green Tick Verification?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-check-if-your-account-is-verified-on-meta\">How to check if your account is verified on Meta or not?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-download-whatsapp-reports\">How to download Whatsapp Reports\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-get-reports-of-whatsapp-messages-on-webhook\">How to get reports of Whatsapp messages on Webhook\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-to-check-the-failed-logs-for-whatsapp-messages\">Where to check the Failed logs for Whatsapp messages?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/click-count-functionality\">Click Count Functionality \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/prepaid-balance-and-auto-renew\">Prepaid Balance and Auto renew\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/send-whatsapp\">Send WhatsApp \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/whatsapp-catalog\">WhatsApp Catalog\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/api\">\n API\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-resolve-the-error-otp-not-found-and-placeholder-not-found-in-message\">How do resolve the error OTP not found and placeholder not found in the message?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-debug-if-my-api-is-not-working\">How to debug if my API is not working?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-get-sms-status-in-api\">How to get SMS status in API?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sign-in-sms-from-api\">How to send + sign in SMS from API?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-are-the-reason-for-error-codes-received-under-the-api-failed\">What are the reason for error codes received under the API failed?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/why-to-integrate-msg91-api-using-socket\">Why integrate MSG91 API using Socket?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/error-country-code-blocked\">Error: Country Code Blocked\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-do-you-mean-by-api-security\">What do you mean by API Security?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-can-i-find-my-authentication-key\">Where can I find my authentication key?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-integrate-sms-api\">How can I integrate SMS API\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/voice-calls-from-hello-web\">Voice calls from Hello Web\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/sendotp\">\n SendOTP\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/step-by-step-process-to-configure-otp\">Step-by-step process to configure OTP\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-otp-can-be-sent-in-other-languages-unicode\">How OTP can be sent in other languages (Unicode)?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-does-sendotp-implement-the-verification-process-is-it-secure-as-sendotp-itself-generates-the-code-and-verifies\">How does SendOTP implement the verification process? Is it secure as SendOTP itself generates the code and verifies it?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-to-find-the-sendotp-api-how-to-get-template-id\">How to create a template to Send OTP.\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-export-otp-report\">How to export OTP reports?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-the-new-login-with-otp-widget\">How to integrate the new Login with OTP widget\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-sendotp-how-does-it-work\">What is SendOTP? How does it work?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-difference-between-send-otp-and-send-otp-2-0\">What is the difference between Send OTP and Send OTP 2.0?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-maximum-and-minimum-otp-expiry-time\">What is the maximum and minimum OTP expiry time?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-to-find-sendotp-reports\">Where to find SendOTP reports?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/text-sms\">\n Text SMS\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/why-single-and-double-decoding-is-required\">Why Single and Double Decoding is required\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/schedule-an-sms-in-new-dashboard\">Schedule SMS in new dashboard\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sign-in-sms-from-api-1659503361242819\">How to send + sign in SMS from API?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-from-my-msg91-dashboard\">How to send SMS from my MSG91 dashboard?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/msg91-sms-connector-for-moengage\">How to use MSG91 SMS Connector for MoEngage:\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dnd-error-while-send-transactional-or-otp-messages\">DND Error while send Transactional or OTP messages\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-check-my-balance\">How can I check my balance?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-convert-my-excel-file-to-csv\">How can I convert my Excel file to CSV?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-schedule-an-sms-where-can-i-see-its-delivery-report\">How can I schedule an SMS? Where can I see its delivery report?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-send-personalized-custom-sms\">How can I send personalized/custom SMS?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-you-add-remove-a-signature-along-with-the-sms\">How can you add/remove a signature along with the SMS?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-switch-route-for-sending-sms-from-the-dashboard\">How do switch routes for sending SMS from the dashboard?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-emojis-or-send-messages-in-other-languages-except-english\">How to add emojis or send messages in other languages (except English)?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-or-delete-an-sms-template\">How to add or delete an SMS template?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-delete-cancel-the-scheduled-sms\">How to delete/cancel the scheduled SMS?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-move-the-balance-from-one-route-to-other\">How to move the balance from one route to another?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-resend-sms-via-panel\">How to resend SMS via panel?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-on-group-1659170195066259\">How to send SMS to the group?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-using-an-excel-file-from-the-send-sms-option\">How to send SMS using an Excel file from the Send SMS option?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-worldwide\">How to send SMS worldwide?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-unicode-custom-sms-by-csv\">How to send Unicode custom SMS by CSV?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-encrypted-sms\">How to send encrypted SMS?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/my-account-status-is-in-demo-what-can-i-do-to-make-my-account-live\">My account status is in the demo, what can I do to make my account live?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/step-by-step-process-to-configure-sms\">Step-by-step process to configure SMS \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-does-a-flash-sms-mean-how-is-it-different-from-the-regular-sms\">What does a flash SMS mean? How is it different from the regular SMS?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-unicode-and-which-characters-come-under-unicode\">What is Unicode and which characters come under Unicode?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-a-csv-file\">What is a .csv file?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-campaign-its-uses-and-how-to-delete-the-old-campaign-name\">What is an SMS campaign, its uses, and how to delete the old campaign name?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-difference-between-transactional-promotional-and-sendotp-route\">What is the difference between the Transactional, Promotional, and SendOTP routes?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-to-find-my-flow-id\">Where to find my Template ID for MSG91 API?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/why-am-i-unable-to-send-an-sms-with-the-content-of-my-choice-i-get-demo-content-repeatedly\">Why am I unable to send an SMS with the content of my choice? I get demo content repeatedly.\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/sender-id\">\n Sender ID\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/country-wise-sms-and-sender-id-rules\">Country-wise SMS and Sender Id Rules\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-sender-id-in-msg91\">How to Add, Update, or Delete a sender ID (header) on MSG91?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-a-sender-id\">What is a Sender ID?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-meaning-of-prefixes-like-dz-dm-iz-etc\">What is the meaning of prefixes like DZ, DM, IZ, etc.?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-supported-type-of-sender-id-for-different-countries\">What are the supported types of Sender IDs and the ETA for different countries? \u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/hello-contact-center\">\n HELLO Contact Center\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/jump-to-condition-in-lex-chat-bot\"> Jump to Condition in Lex Chat-bot \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-whatsapp-in-hello-1721307602982827\">How to integrate WhatsApp in HELLO?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/new-article-172121304683369\">How to integrate the Hello-Chat Widget\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/s3\">S3 bucket\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-lex-chat-bot-1720769743704217\">How to Create Lex Chat-Bot\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/delay-response\">Delay Response\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/spam-forwarding-in-gmail-1715933120676411\">Spam Forwarding in Gmail\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/filters-in-hello\">Filters in Hello\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/getting-started-with-hello-quickstart-guide-1662616959333776\">Getting started with HELLO - Quickstart guide\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-smtp-service-in-hello-inbox\">How to Integrate SMTP Service in HELLO Inbox?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/bulk-closure\">How to close/snooze bulk tickets in Hello Inbox?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/rcs-client-registration-and-sending-invite\">RCS client registration and sending invite\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-hello\">What is Hello?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-and-integrate-the-hello-chat-widget\">How to integrate the Hello-Chat Widget?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/-feedback-setting-in-hello-inbox\">Feedback setting in Hello Inboxes\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-check-analytics-in-hello\">How to check Analytics in Hello?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-configure-vpn-in-hello-for-making-the-voice-calls\">How to configure VPN in Hello for making Voice calls?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-do-facebook-integration-with-hello\">How to do Facebook Integration with Hello\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-whatsapp-in-hello\">How to integrate WhatsApp in HELLO? \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-see-reactions-in-hello\">How to see the reaction to a specific chat on WhatsApp inbox in Hello?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-setup-a-forwarding-for-hello-inbox\">How to set up forwarding for Hello Inbox?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-hello-for-ticketing-in-email\">How to use Hello for ticketing system\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-tags-in-email-inbox\">How to use tags in email inbox\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/paraphrase-the-reply-in-hello\">Paraphrase the reply in Hello\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/summarize-chats-in-hello\">Summarize chats in Hello\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-are-the-notification-settings-in-hello\">What are the notification settings in Hello? \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/calling-in-hello-mobile-ios\">Calling in Hello Mobile -IOS\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/get-started-with-workflow\">Get Started With Workflow\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/google-business-chat-inbox\">Google Business Chat Inbox\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/hello-facebook-inbox-error\">Hello Facebook Inbox Error\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-gmail-inbox\">How To Integrate Gmail Inbox\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-twitter-inbox\">How To Integrate Twitter Inbox\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-chatgpt-bot\">How to create ChatGPT Bot\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-hello-in-mobile-app\">How to use Hello in mobile app\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-identity-verification\">Identity verification in Hello\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/Inbox-filtering-by-last-reply\">Inbox Filtering by Last reply\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-do-instagram-integration-with-hello\">Integrate Instagram in Hello \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/interactive-message-in-hello\">Interactive message in Hello\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/permission-setting-in-hello\">Permission Setting in Hello \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/smtp-outlook-inbox-in-hello\">SMTP Outlook Inbox in Hello\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/set-the-api-in-the-bot\">Set the API in the Bot \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/sticky-assign\">Sticky Assign\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/text-translation\">Text Translation\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/transactional-email\">\n Transactional Email\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-email-template-in-msg91-with-builder\">How to create Email Template in MSG91 with Builder\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/best-practices-to-increase-email-deliverability\">Best practices to increase email deliverability\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-a-preheader-in-your-email\">How to add a Preheader in your Email\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-remove-emails-from-suppressions\">Remove mails from suppressions\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/all-you-need-to-know-about-transactional-email-of-msg91\">All You Need to Know about Transactional Email of MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-domain-in-msg91\">How to Add Domain in MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-check-and-export-delivery-reports-for-email\">How to check and export delivery reports for Email\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-check-transactional-email-delivery-report\">How to check transactional email delivery reports?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-complete-domain-verification\">How to complete domain verification ?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-a-transactional-email-template-with-api-integration-detail\">How to create a transactional email template with API Integration detail \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-get-email-logs-on-webhook\">How to get Email delivery logs on Webhook\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-subscribe-for-email-services\">How to subscribe to email services\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-smtp-in-msg91\">How to use SMTP in MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-validate-your-recipient-email-address\">How to validate your recipient email address \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/step-by-step-process-to-configure-email-api-in-msg91\">Step-by-step process to configure Email API in MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/transactional-email-being-received-in-spam-or-promotional-folder\">Transactional email being received in the spam or promotional folder.\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dmarc-settings-in-email\">DMARC Settings in Email\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/all\">\n All\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/block-country-in-credit-account\">How to block country in a credit account\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-get-delivery-logs-for-a-particular-number\">How can I get delivery logs for a particular number & the failure reason?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-blocked-numbers-how-to-block-unblock-any-number\">What is blocked numbers? How to block/unblock any number?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-meaning-of-ssl-certificate-error-1659610637296715\">What is the meaning of SSL certificate error?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/alternate-solution-for-csv-file-upload\">Alternate Solution for CSV file Upload\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-fix-could-not-create-ssl-tls-secure-channel-error\">How to fix the \"could not create SSL/TLS secure channel\" error\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/step-by-step-guide-to-set-up-and-start-your-cloud-communication-with-msg91\">Step-by-step guide to set up and start your Cloud Communication with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-url-encoding-and-how-to-do-url-encoding\">What is URL encoding and how do URL encoding?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/delivery-report\">\n Delivery Report\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-get-report-for-particular-number\">How can I get a report for a particular number?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-automate-your-reports-via-dashboard\">How to automate your reports via Dashboard?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-export-the-dlt-failed-report\">How to export the DLT failed report\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/-p-how-to-export-download-the-delivery-reports-p\">How to export/download the Delivery Reports\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/i-am-unable-to-see-the-delivery-report-of-the-failed-api-where-can-i-find-them\">I am unable to see the delivery report of the failed API. Where can I find them?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-are-the-reasons-behind-a-failed-message\">What are the reasons behind a failed message?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-a-request-id-and-where-can-i-get-it\">What is a request ID and where can I get it?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-absent-subscriber\">What is an Absent subscriber?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-meaning-of-different-status-in-the-delivery-reports\">What is the meaning of different statuses in the delivery reports?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-can-i-check-the-delivery-reports\">Where can I check the SMS delivery reports?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/more\">\n More\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/corserror\">CORS ERROR\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/can-i-get-an-sms-alert-daily-informing-about-the-available-and-used-balance-in-my-account\">Can I get an SMS alert daily informing me about the available and used balance in my account?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/can-i-set-customised-balance-alert\">Can I set customised balance alert? \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-change-username-and-registered-mobile-number\">How can I change my username and registered mobile number?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-contact-support\">How can I contact Support\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-update-my-gst-number\">How can I update my GST number?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-update-my-primary-mobile-number\">How can I update my primary mobile number?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-a-new-team-member-in-the-team\">How to add a new team member to the team?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-a-google-group\">How to create a Google Group?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-delete-the-access-of-a-member-added-to-your-team\">How to delete access of a member added to your team?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-download-and-use-msg91-mobile-application\">How to download and use MSG91 mobile application?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-export-all-client-details\">How to export all client details?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-give-access-to-your-msg91-account-to-support-team-in-order-to-troubleshoot-on-an-issue\">How to give access to your MSG91 account to support team, in order to troubleshoot on an issue\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-request-for-any-custom-sms-solution\">How to request any custom SMS solution?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-resolve-the-error-curl-error-failed-to-connect-to-msg91-com-port-80-443-connection-timed-out\">How to resolve the error cURL Error: Failed to connect to msg91.com port 80/443: Connection timed out?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/i-am-facing-trouble-in-viewing-all-the-options-on-my-screen-what-should-i-do\">I am facing trouble viewing all the options on my screen. What should I do?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/promotional-sms-to-customers\">Promotional SMS to Customers\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/static-ip-resolution-on-various-cloud-providers\">Static IP Resolution on Various Cloud Providers\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-are-the-best-accounting-and-invoicing-softwares-you-would-recommend\">What are the best Accounting and Invoicing softwares you would recommend?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-are-third-party-services\">What are third-party services?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-website-and-data-security-with-msg91\">What are website and data security with MSG91?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-fallback-and-how-it-works\">What is Fallback and how does it work?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-usertable-how-to-use-it\">What is UserTABLE? How to use it?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-switch-account-and-how-to-use-it\">What is a switch account and how to use it?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-difference-between-push-sms-and-pull-sms\">What is the difference between Push SMS and Pull SMS?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-difference-between-free-and-paid-sms-services\">What is the difference between free and paid SMS services?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-update-contact-details-for-billing-and-tech-alerts\">Billing and Tech Alerts\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/add-ons-and-plug-ins\">\n Add ons and Plug ins\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-resolve-invalid-range-instance-error-in-excel-plugin\">Excel plugin- How to resolve an Invalid range instance error\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-resolve-the-error-authentication-failure-and-no-internet-connection-in-excel-plugin\">Excel plugin- How to resolve the error authentication failure and no internet connection\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-and-email-from-google-spreadsheet\">Google Spreadsheet- How to send SMS, Email, and Campaign.\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-to-do-if-msg91-add-on-option-is-not-available-in-google-spreadsheet-plugin-after-installation\">Google Spreadsheet- What to do if the MSG91 Add-On option is not available in the Plugin after installation?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-check-the-unicode-message-in-the-excel-file-exported\">How to check the Unicode message in the excel file exported?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-track-if-sms-is-not-sent-in-msg91-whmcs-sms-plugin\">MSG91 WHMCS SMS plugin- How to track if SMS is not sent\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/magento-extensions-for-sending-sms-notifications-and-otp\">Magento extensions for sending SMS notifications and OTP\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/opencart-plugin-for-sms-notification-and-otp\">OpenCart plugin for SMS notification and OTP\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-msg91-api-in-sap\">SAP- How to integrate MSG91 API\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/sm-share-plugin-for-sms-notifications-and-otp-with-msg91\">SM-share plugin for SMS notifications and OTP with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/whmcs-plugin-for-sms-notification-and-otp\">WHMCS plugin for SMS notification and OTP\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-in-webengage-with-msg91\">WebEngage- How to send SMS with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/wordpress-and-woo-commerce-how-to-send-notifications-and-otp-sms\">WordPress and Woo-Commerce- How to send notifications and OTP SMS\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-msg91-campaign-with-zoho\">Zoho CRM + MSG91 - Send Whatsapp, SMS, Voice, and RCS alerts.\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-msg91-as-an-email-service-provider-in-clevertap\">How to add MSG91 as an Email Service Provider in Clevertap\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/excel-how-to-use-the-excel-plugin-for-sending-campaign\">Excel- How to use the Excel plugin for sending campaign\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/freshworks-how-to-integrate-the-msg91-plugin-in-freshworks\">Freshworks- How to integrate the MSG91 plugin in Freshworks\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/google-spreadsheet-how-to-send-emails\">Google Spreadsheet- How to send Emails\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/google-spreadsheet-how-to-send-msg91-campaign\">Google Spreadsheet- How to send MSG91 Campaign\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/google-spreadsheet-how-to-send-sms\">Google Spreadsheet- How to send SMS\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-migrate-from-twilio-to-msg91\">How to Migrate from Twilio to MSG91?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/browseabandonment\">How to send messages to users who have viewed the product but have not purchased it (Browse Abandonment)\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/hubspot-integration-with-msg91\">HubSpot - Integration with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-sms-in-leadsquared\">Leadsquared- How to integrate the MSG91 plugin in Leadsquare\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-msg91-with-shopify\">Shopify- How to integrate with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/zapier-integration-how-to-send-sms\">Zapier Integration- How to send SMS\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/zapier-integration-how-to-send-data-to-segmento-in-msg91-from-your-app-via-zapier\">Zapier Integration- How to send data to Segmento in MSG91 from your app via Zapier\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/zapier-how-to-integrate-with-zapier-msg91-integration-send-whatsapp-email-voice-and-sms\">Zapier MSG91 Integration- Send Whatsapp, Email, Voice, and SMS\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-from-msg91-mobile-application\">How to send SMS from the MSG91 mobile application?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/shopify-how-to-recover-abandoned-checkouts-using-whatsapp-messages\">Shopify- How to recover abandoned checkouts using WhatsApp Messages\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/sync-shopify-data-with-segment\">Sync Shopify data with Segment\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/zoho-crm-how-to-set-up-automation-with-msg91\">Zoho-CRM-Automation\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/best-practices\">\n Best Practices\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-block-countries-above-a-set-sms-price\">How to block countries on the basis of SMS price?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-check-active-login-session\">How to check Active Login Session\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-protect-your-sms-api-from-bot-attack\">How to protect your SMS API from Bot Attack!\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-best-practices-need-to-be-performed-for-bulk-sms-service\">What best practices need to be performed for bulk SMS service?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-token-and-how-to-use-it\">What is token and how to use it?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-allow-and-block-specific-country-from-sending-sms\">How to Allow and Block specific countries from sending SMS\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/login-using-whitelisted-ip-address\">Login using Whitelisted IP address\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/flow\">\n Flow\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/does-template-in-flow-require-approval-how-many-templates-can-we-add\">Does Template in the flow require approval? How many templates can we add?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-flow-can-be-stopped\">How Flow can be stopped?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-flow-id-to-send-sms-via-api\">How to create a Template ID to Send SMS via API?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/voice\">\n Voice\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-voice-services\">How to use Voice Services\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/call-monitoring\">Call Monitoring \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-incoming-services\">How to use Incoming Services\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-outgoing-services\">How to use Outgoing Services\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/number-subscription\">Number Subscription\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/vpn-in-chrome-os\">VPN in Chrome OS\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/voice-redesign-template-change\">Voice Redesign Template Change\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/voice-wallet\">Voice Wallet\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-flow-and-its-creation\">What is Flow and its creation\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/webhooks\">\n Webhooks\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-does-the-request-bin-works-how-to-check-if-the-webhook-for-dlr-is-working\">How does the requestbin work? How to check if the webhook for DLR is working?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-get-the-delivery-reports-on-my-webhook-url\">How to use Webhook to get the delivery report on the desired URL?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-are-webhooks-how-does-it-work\">What are Webhooks? How does it work?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/integration-guides\">\n Integration guides\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-configure-msg91-with-cs-cart-1659299560006679\">Cs-Cart- How to configure MSG91 with Cs-Cart?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-msg91-api-with-hdpos-software\">HDPOS software- How to integrate MSG91 API\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-msg91-api-in-erp-next\">How to integrate MSG91 API in ERP Next?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-in-clevertap-with-msg91\">How to send SMS in Clevertap with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-in-webengage-with-msg91-1659300203140843\">How to send SMS in WebEngage with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-msg91-api-in-marg-software\">MARG software- How to integrate MSG91 API\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-configure-msg91-whmcs-sms-plugin\">MSG91 WHMCS SMS Plugin- How to configure\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/vtiger-crm-plugin-with-msg91\">Vtiger CRM plugin with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-msg91-api-in-zoho-campaign\">Zoho Campaign- How to integrate MSG91 API?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-integrate-with-busy-software\">How to integrate with Busy software\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/zoho-how-to-integrate-with-msg91\">Zoho Books- How to integrate with MSG91 ?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/zoho-subscription-how-to-integrate-with-msg91\">Zoho Subscription-  How to integrate with MSG91?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/integrate-tally-with-msg91\">Integrate Tally with MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/zoho-crm-how-to-integrate-with-msg91\">Zoho CRM\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/campaign\">\n Campaign\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-check-the-reports-of-the-campaign\">How to check the reports of the campaign?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-run-campaign-from-segmento\">How to run a Campaign from Segmento\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-are-campaign-filters\">What are Campaign filters?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-campaign-and-how-to-use-it\">What is Campaign and how to use it\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-to-find-the-campaign-slug\">Where to find the Campaign slug\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/credits\">\n Credits\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-make-payment-using-debit-credit-card\">How do make a payment using a Debit/Credit card?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-funds\">How to add funds?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-make-refund-request-how-much-time-does-it-take-to-refund-the-payment\">How to make refund request? How much time does it take to refund the payment?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-character-limit-for-a-single-credit-in-english-unicode-how-is-credit-calculated\">What is the character limit for a single credit in English & Unicode? How is credit calculated?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-charge-per-sms-are-failed-sms-also-charged\">What is the charge per SMS? Are failed SMS also charged?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-can-i-download-the-invoice\">Where can I download the Invoice/Ledger?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-an-e-mandate-for-auto-recharge\">How to create an e-mandate for auto-recharge?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/resellers\">\n Resellers\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-update-a-clients-phone-number\">How to update a client’s phone number\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-clients-under-reseller-panel-1659609799405125\">How to add clients under reseller panel?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/can-my-clients-also-pay-me-online-if-yes-then-how\">Can my clients also pay me online? If yes, then how?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/client-sms-consumption\">Client SMS Consumption\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/dynamic-credit-purchase-limit\">Dynamic Credit Purchase Limit\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-add-demo-balance-to-my-clients\">How can I add Demo Balance to my clients?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-add-pricing-to-my-website\">How can I add pricing to my website?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-convert-my-client-s-account-into-a-reseller-account\">How can I convert my client's account into a reseller account?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-customize-a-mail-and-an-sms-for-signup\">How can I customize a mail and an SMS for signup?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-disable-my-client-s-account\">How can I disable my client's account?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-get-reseller-account-on-msg91\">How can I get a Reseller account on MSG91?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-put-the-bank-details-like-msg91-on-my-website\">How can I put the bank details like MSG91 on my website?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-update-my-client-password\">How can I update my client password?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-update-my-client-s-mobile-number\">How can I update my client's mobile number?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-do-i-white-label-my-website-how-to-point-cname-for-the-domain-or-subdomain\">How do I white label my website? How to point CNAME for the domain or subdomain?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-do-you-give-support-to-our-whitelabel-clients\">How do you give support to our Whitelabel clients?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-does-client-search-work\">How does client search work?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-balance-in-the-client-account\">How to add Balance to the client account?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-ssl-for-my-website\">How to add SSL to my website?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-clients-under-reseller-panel\">How to add clients under the reseller panel?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-and-design-website-for-selling-sms\">How to create and design a website for selling SMS?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-edit-client-details\">How to edit client details?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-get-signup-updates-on-your-webhook\">How to get signup updates on your webhook?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-have-my-own-website-for-selling-sms\">How to have my own website for selling SMS?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-mark-user-authentic\">How to mark a user Authentic?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-restrict-users-to-login-to-other-domains\">How to restrict users to log in to other domains?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-set-pricing-for-the-client-account\">How to set pricing for the client account?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/i-have-disabled-a-reseller-under-me-does-it-disable-all-users-under-that-reseller\">I have disabled a reseller under me. Does it disable all users under that reseller?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/why-am-i-unable-to-pay-online-it-says-you-are-not-authorized\">Why am I unable to pay online? It says, \"You are not authorized\".\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/segmento\">\n Segmento\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-sms-from-segmento\">How you can use the Phonebook in Segmento to send the SMS.\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-a-segment-in-segmento\">How to create a Segment in Segmento\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-segmento-and-how-to-send-emails-using-it\">4 steps to setup Segmento\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-create-the-phonebook-in-segmento\">How to create the Phonebook in Segmento\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-phonebook-in-segmento\">How to use phonebook in segmento\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/virtual-number\">\n Virtual Number\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-activate-a-long-code\">How to activate a Long Code?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-send-custom-sms-using-longcode\">How to send custom SMS using Longcode?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/i-am-not-able-to-receive-sms-when-someone-sends-it-on-my-keyword-why-is-that-so\">I am not able to receive SMS when someone sends it on my keyword. Why is that so?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/is-it-possible-to-export-report-for-a-particular-keyword-165930182103989\">Is it possible to export report for a particular keyword?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-a-virtual-number-or-longcode-what-is-keyword-and-inbox-balance\">What is a Virtual Number or Longcode? What is Keyword and Inbox balance?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-the-difference-between-dedicated-long-code-and-shared-long-code\">What is the difference between Dedicated Long-Code and Shared Long-code\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/where-i-can-add-new-keyword-for-longcode-what-is-it-s-maximum-limit\">Where I can add new keyword for longcode? What is it's maximum limit?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/push-notification\">\n Push Notification\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-push-notifications-on-msg91\">How to use Push Notifications on MSG91\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/push-notification-and-features\">Push Notification and Features\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/kb-main-doc\">\n KnowledgeBase\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/steps-to-configure-knowledge-base\">Steps to configure Knowledge Base\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/new-article-1695100569664045\">How to Add articles in KnowledgeBase?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-access-knowledge-base-section-of-hello\">How to access the knowledge base section of hello\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/new-article-1695191227848472\">How to white label your Hello Knowledge Base for branding ?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/custom-header-footer\">Custom Header Footer\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/kb-faq\">KB FAQ\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/kb\">KB Redirection \u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/kb-main-doc\">KB main doc\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/url-shortener\">\n URL shortener\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-check-url-shortener-report-1659101904606372\">How to check the URL Shortener report?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-use-and-check-report-of-short-url\">How to use and check the report of a short URL?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/email\">\n Email\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/email-connections\">Email Connections\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/email-Master-Article\">Email's Master Article\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/warm-up-in-email-sending\">Warm Up in Email Sending\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/webhook-for-email-activities\">Webhook for Email Activities\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/wallet-guide\">\n Wallet\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/wallet-guide-1623133985984536\">Wallet Guide\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/wallet-bonus-balance-addition-and-deduction\">Wallet: Bonus Balance Addition and Deduction\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/wallet-check-balance-deduction-from-delivery-logs\">Wallet: Check Balance Deduction from Delivery Logs\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/phonebook\">\n Phonebook\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-export-contacts-from-a-single-group\">How can I export contacts from a single group?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-set-default-expiry-of-any-number-in-phonebook-1659610029570999\">How can I set default expiry of any number in phonebook?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-delete-a-phonebook-group\">How to delete a phonebook group?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/can-i-copy-or-move-contacts-from-one-group-to-the-other\">Can I copy or move contacts from one group to the other?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-can-i-set-default-expiry-of-any-number-in-phonebook\">How can I set the default expiry of any number in the phonebook?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-add-a-group-for-phonebook-how-many-contacts-can-i-import-upload-at-once\">How to add a group for phonebook? How many contacts can I import/upload at once?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-delete-selected-contacts-from-a-phonebook-group\">How to delete selected contacts from a phonebook group?\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-export-existing-phonebook-data\">How to export existing phonebook data and upload it on segmento\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/how-to-upload-contacts-to-a-group\">How to upload contacts to a group?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/rcs\">\n RCS\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/new-article-1724395069894781\">RCS Template Creation\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://msg91.com/help/rcs-form-registration-guide\">RCS Form Registration Guide\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/startup\">\n Startup\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/what-is-msg91-startup-program-and-how-to-apply-for-it\">What is MSG91 Startup program and how to apply for it?\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/files\">\n Files\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/all-you-need-to-know-about-files-option-of-msg91\">All You Need to Know about File Hosting option of MSG91\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/amp-emails\">\n AMP Emails\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/whitelisting-for-amp-emails\">Whitelisting for AMP Emails\u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \n \u003Cdiv class=\"folder\">\n \u003Ca href=\"https://msg91.com/help/hello-mobile-application\">\n Hello Mobile Application\n \u003C/a>\n \u003Cul class=\"article-list\">\n \u003Cli>\u003Ca href=\"https://msg91.com/help/hello-mobile-notification\">Hello Mobile Notification \u003C/a>\u003C/li>\n\n \u003C/ul>\n \u003C/div>\n \u003C/div>\n\n\n \n \u003Cscript type=\"text/javascript\" src=\"https://control.msg91.com/app/assets/widget/chat-widget.js\">\u003C/script>\u003Cchat-widget class=\"ng-tns-c32-0\" ng-version=\"15.2.9\">\u003C/chat-widget>\u003C/body>\u003C/html>"} | headers=HTTPHeaderDict({'Content-Length': '311231', 'Content-Type': 'application/json; charset=utf-8', 'cache-control': 'no-cache'}) 2024-09-03 06:26:36 [selenium.webdriver.remote.remote_connection] DEBUG: Finished Request 2024-09-03 06:26:36 [selenium.webdriver.remote.remote_connection] DEBUG: GET http://localhost:50479/session/f084cad0533d415591b6a34528fb2bec/url {} 2024-09-03 06:26:36 [urllib3.connectionpool] DEBUG: http://localhost:50479 "GET /session/f084cad0533d415591b6a34528fb2bec/url HTTP/1.1" 200 0 2024-09-03 06:26:36 [selenium.webdriver.remote.remote_connection] DEBUG: Remote response: status=200 | data={"value":"https://kb.phone91.com/293020/dlt-faqs"} | headers=HTTPHeaderDict({'Content-Length': '50', 'Content-Type': 'application/json; charset=utf-8', 'cache-control': 'no-cache'}) 2024-09-03 06:26:36 [selenium.webdriver.remote.remote_connection] DEBUG: Finished Request 2024-09-03 06:26:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2024-09-03 06:26:37 [root] INFO: final txt: ==> Home DLT registration DLT | FAQs DLT | FAQs Yes, DLT is applicable to every Entity/Company and Reseller. If you want to send your SMS (Transactional or Promotional), you need to do Entity Registration. If you want to Resell SMS services, you need to do TeleMarketer Registration. Q. 2) Can I register for free? The Entity Registration process is paid on every telecom operator which is INR 5000 + GST for all Operators. Q. 3) Is there any tutorial Video for me? Yes, we have made all steps involved tutorial video for Entity Registration- https://youtu.be/CPbV9WO14J4 Telemarketer Registration- https://youtu.be/JtrrtLRh4wI Q. 4) What is MSG91's Telemarketer ID and how to add a Telemarketer? If you have completed Entity Registration, go to “TeleMarketer Request” and add Walkover Web Solutions Private Limited (MSG91) with Telemarketer ID (1302157225275643280). Help Doc Q. 5) Not received Entity/Telemarketer ID, even after 2 days of registration on PingConnect? 1.  Personal level Troubleshooting: noreply@infotelconnect.com com support@msg91.com support@msg91.com Application Number: Note for Telemarketer Applicants: com Q. 6) I have got Entity ID from PingConnect, is my work done? No, there are a few more steps required to do: Note : Please refer to this help doc for a stepwise illustration of the process Help Doc Q. 7) I have not registered till now, what is the effect? Only DLT Approved Headers/Sender Id will get parsed from Operators and others will get blocked. It is highly recommended to register yourself for this as soon as you can. Note : Please refer to this help doc for a stepwise illustration of the Registration process Help Doc Q. 8) Getting this error "Organization with this POI has been already registered"? This means that you have either tried to register before or are already registered, In this case, kindly try to log in and click on the forgotten password, If it still doesn’t work then kindly write to com and share your issues with them and support by screenshots. Q. 9) Due to the current scenario, I can't bring the signature and seal of the authorized person on the letter, what should I do? In this case, kindly attach the screenshot ( take the entire screen) of the mail sent by your Director stated below mentioned along with the authorization letter (on company letterhead) To whomever, it may concern, Q. 10) If my  Sender ID does not match with my Company Name applied on DLT, then what should I do? In such a case, kindly upload a document to prove the co-relation between Company Name and Header. (If Alphabet Inc. needs Sender ID as Google, they need to prove co-relation between Sender Id GOOGLE and Alphabet.) (If the Operator is not satisfied with co-relation proof, your Header may not be approved) 1. If your brand (Google) has a registered domain and website, take a screenshot of your website page showing the domain URL and your main company name (Alphabet Inc.) on the website page. 2. Invoice of the domain (Google) that has been raised to your main company name (Alphabet Inc.). Q. 11) I Have got my Header/Sender Id approved from DLT, what should I do next? Once the Header is approved on the DLT platform, it will be synced on the Global Platform in around 24 hrs and you will then be able to use your Header for sending SMS. If your SMS is not getting delivered from your Header even after 24 hrs from the Header approval time, kindly let us know. Q. 12) I have submitted the form on PingConnect and verified my Email Id, what to do next? support@msg91.com https://help.msg91.com/article/344-dlt-header-registration-process-manual-pingconnect Q. 13) What if my Entity/TeleMarketer Application is Rejected? If your application is rejected , we would recommend you to apply again and share these details at support@msg91.com , so that we can request the Telecom Operator to approve your application: http://trueconnect.jio.com/#/ Q. 14) Our Header (Sender Id) is approved on the DLT platform, but we are still getting SMS from different Sender Ids. Once the Header is approved on the DLT platform , it will be synced on the Global Platform in around 24 hrs and you will then be able to use your Header for sending SMS. support@msg91.com . Q. 15) I have submitted the application to PingConnect, but I am still waiting for an Email Verification Link from PingConnect. Kindly check the Veri fication Link from noreply@infotelconnect.com (Also check the SPAM and Email Firewall). ​ If you still failed to find the Email, kindly raise your concern at dlt.helpdesk@infotelconnect.com keeping support@msg91.com in CC. http://trueconnect.jio.com/#/ ​ Q. 16) Can I select a header with any possible digits? No, as of now, Operators are approving Headers other than 6 alphabets, but no Operator has the functionality to send SMS with Headers other than 6 alphabets. So, request you to get any  6 alphabet Header (in correlation with your organization name) approved from Operator and use only that for sending SMS. Q. 17) Got Entity/TM Id from one operator, do I have to register on others as well? As of 29th July 2020, If the Header is approved from anyone DLT platform it can be used to send SMS, however, as precautionary measures, we recommend you to register on other DLT platforms as well for seamless service. While registering again, make sure your register as an 'already enrolled' and provide your Entity or TM Id ( received from 1st registration) https://help.msg91.com/article/342-dlt-entity-process-post-entity-id-received https://pingconnect.in/entity/register-with https://www.airtel.in/business/commercial-communication/home https://trueconnect.jio.com/#/ https://telemarketer.tatateleservices.com:8082/#/ https://www.vilpower.in/signup/ https://www.ucc-bsnl.co.in/signup/ https://www.ucc-mtnl.in/login/ Q. 18) What is the process for Content Template Registration? Since your Entity and Header Registration is completed, the next step in the DLT process is to get the Content Template Registered. ​ Below mentioned are the Template Registration doc of all Telecom Operators (DLT Platforms); Click on the Operator where your Entity Registration LIVE and download the process doc. Q.19) Trying to send SMS getting error . It says 'preference not matched in DLT We would like to inform you that the error occurs when any Service Explicit or Promotional SMS cannot be delivered to this mobile number due to the DND preference of the end user.   And, If you are sending transactional SMS, please check the category on the DLT portal, as transactional SMS content should be approved under the service Implicit category. Q. 20) Can I delete the template on MSG91? We really apologise for that but we do not have such a process to delete the template. ​ Contributors Last updated: 04 April, 2024 Did it help you? YES NO MSG91 DLT registration CTA Whitelisting - FAQs How to Whitelist URLs and Callback Numbers on DLT DLT Content Template FAQs DLT Entity Process | Post Entity ID Received DLT Header Registration | Process Manual | PingConnect DLT | FAQs Entity Registration on DLT Platform Find your DLT Entity (PE) ID Get Approval for your SMS Content on DLT Platform Map approved DLT Template Id with respective Flow Id on MSG91 panel Map your DLT Entity (PE) Id with DLT approved Header (Sender Id) Step by Step Guide to implement DLT in SMS Apply Consent Template | DLT DLT Consent Process DLT Consent Template Registration DLT Premium Support DLT Process DLT Template Scrubbing / Filtering Rules DLT key points for B2B platforms Error Description- 211- Template Id Missing Error Description- Header/Sender Id not Associated with the DLT Template Error Description- SMS not Matched with DLT Template. Error Description- Template Id not found on DLT Export Approved Templates from DLT Portal FAQ- DLT Consent Process How to use DLT AI and what is the use of DLT AI Header Template Verification WhatsApp How to turn off the 2-factor authentication Whatsapp Welcome message, Icebreakers and Commands WhatsApp- Template Pacing WhatsApp Solutions Whatsapp All features WhatsApp Payment Flow Whatsapp media type Support WhatsApp Authentication/ WhatsApp OTP MoEngage WhatsApp Integration WebEngage WhatsApp Integration How to create a template for WhatsApp? WhatsApp Interactive Message Error Codes for Whatsapp How To Get your business account verified on WhatsApp? How to apply for WhatsApp Green Tick Verification? How to check if your account is verified on Meta or not? How to download Whatsapp Reports How to get reports of Whatsapp messages on Webhook Where to check the Failed logs for Whatsapp messages? Click Count Functionality Prepaid Balance and Auto renew Send WhatsApp WhatsApp Catalog API How do resolve the error OTP not found and placeholder not found in the message? How to debug if my API is not working? How to get SMS status in API? How to send + sign in SMS from API? What are the reason for error codes received under the API failed? Why integrate MSG91 API using Socket? Error: Country Code Blocked What do you mean by API Security? Where can I find my authentication key? How can I integrate SMS API Voice calls from Hello Web SendOTP Step-by-step process to configure OTP How OTP can be sent in other languages (Unicode)? How does SendOTP implement the verification process? Is it secure as SendOTP itself generates the code and verifies it? How to create a template to Send OTP. How to export OTP reports? How to integrate the new Login with OTP widget What is SendOTP? How does it work? What is the difference between Send OTP and Send OTP 2.0? What is the maximum and minimum OTP expiry time? Where to find SendOTP reports? Text SMS Why Single and Double Decoding is required Schedule SMS in new dashboard How to send + sign in SMS from API? How to send SMS from my MSG91 dashboard? How to use MSG91 SMS Connector for MoEngage: DND Error while send Transactional or OTP messages How can I check my balance? How can I convert my Excel file to CSV? How can I schedule an SMS? Where can I see its delivery report? How can I send personalized/custom SMS? How can you add/remove a signature along with the SMS? How do switch routes for sending SMS from the dashboard? How to add emojis or send messages in other languages (except English)? How to add or delete an SMS template? How to delete/cancel the scheduled SMS? How to move the balance from one route to another? How to resend SMS via panel? How to send SMS to the group? How to send SMS using an Excel file from the Send SMS option? How to send SMS worldwide? How to send Unicode custom SMS by CSV? How to send encrypted SMS? My account status is in the demo, what can I do to make my account live? Step-by-step process to configure SMS What does a flash SMS mean? How is it different from the regular SMS? What is Unicode and which characters come under Unicode? What is a .csv file? What is an SMS campaign, its uses, and how to delete the old campaign name? What is the difference between the Transactional, Promotional, and SendOTP routes? Where to find my Template ID for MSG91 API? Why am I unable to send an SMS with the content of my choice? I get demo content repeatedly. Sender ID Country-wise SMS and Sender Id Rules How to Add, Update, or Delete a sender ID (header) on MSG91? What is a Sender ID? What is the meaning of prefixes like DZ, DM, IZ, etc.? What are the supported types of Sender IDs and the ETA for different countries? HELLO Contact Center Jump to Condition in Lex Chat-bot How to integrate WhatsApp in HELLO? How to integrate the Hello-Chat Widget S3 bucket How to Create Lex Chat-Bot Delay Response Spam Forwarding in Gmail Filters in Hello Getting started with HELLO - Quickstart guide How to Integrate SMTP Service in HELLO Inbox? How to close/snooze bulk tickets in Hello Inbox? RCS client registration and sending invite What is Hello? How to integrate the Hello-Chat Widget? Feedback setting in Hello Inboxes How to check Analytics in Hello? How to configure VPN in Hello for making Voice calls? How to do Facebook Integration with Hello How to integrate WhatsApp in HELLO? How to see the reaction to a specific chat on WhatsApp inbox in Hello? How to set up forwarding for Hello Inbox? How to use Hello for ticketing system How to use tags in email inbox Paraphrase the reply in Hello Summarize chats in Hello What are the notification settings in Hello? Calling in Hello Mobile -IOS Get Started With Workflow Google Business Chat Inbox Hello Facebook Inbox Error How To Integrate Gmail Inbox How To Integrate Twitter Inbox How to create ChatGPT Bot How to use Hello in mobile app Identity verification in Hello Inbox Filtering by Last reply Integrate Instagram in Hello Interactive message in Hello Permission Setting in Hello SMTP Outlook Inbox in Hello Set the API in the Bot Sticky Assign Text Translation Transactional Email How to create Email Template in MSG91 with Builder Best practices to increase email deliverability How to add a Preheader in your Email Remove mails from suppressions All You Need to Know about Transactional Email of MSG91 How to Add Domain in MSG91 How to check and export delivery reports for Email How to check transactional email delivery reports? How to complete domain verification ? How to create a transactional email template with API Integration detail How to get Email delivery logs on Webhook How to subscribe to email services How to use SMTP in MSG91 How to validate your recipient email address Step-by-step process to configure Email API in MSG91 Transactional email being received in the spam or promotional folder. DMARC Settings in Email All How to block country in a credit account How can I get delivery logs for a particular number & the failure reason? What is blocked numbers? How to block/unblock any number? What is the meaning of SSL certificate error? Alternate Solution for CSV file Upload How to fix the "could not create SSL/TLS secure channel" error Step-by-step guide to set up and start your Cloud Communication with MSG91 What is URL encoding and how do URL encoding? Delivery Report How can I get a report for a particular number? How to automate your reports via Dashboard? How to export the DLT failed report How to export/download the Delivery Reports I am unable to see the delivery report of the failed API. Where can I find them? What are the reasons behind a failed message? What is a request ID and where can I get it? What is an Absent subscriber? What is the meaning of different statuses in the delivery reports? Where can I check the SMS delivery reports? More CORS ERROR Can I get an SMS alert daily informing me about the available and used balance in my account? Can I set customised balance alert? How can I change my username and registered mobile number? How can I contact Support How can I update my GST number? How can I update my primary mobile number? How to add a new team member to the team? How to create a Google Group? How to delete access of a member added to your team? How to download and use MSG91 mobile application? How to export all client details? How to give access to your MSG91 account to support team, in order to troubleshoot on an issue How to request any custom SMS solution? How to resolve the error cURL Error: Failed to connect to msg91.com port 80/443: Connection timed out? I am facing trouble viewing all the options on my screen. What should I do? Promotional SMS to Customers Static IP Resolution on Various Cloud Providers What are the best Accounting and Invoicing softwares you would recommend? What are third-party services? What are website and data security with MSG91? What is Fallback and how does it work? What is UserTABLE? How to use it? What is a switch account and how to use it? What is the difference between Push SMS and Pull SMS? What is the difference between free and paid SMS services? Billing and Tech Alerts Add ons and Plug ins Excel plugin- How to resolve an Invalid range instance error Excel plugin- How to resolve the error authentication failure and no internet connection Google Spreadsheet- How to send SMS, Email, and Campaign. Google Spreadsheet- What to do if the MSG91 Add-On option is not available in the Plugin after installation? How to check the Unicode message in the excel file exported? MSG91 WHMCS SMS plugin- How to track if SMS is not sent Magento extensions for sending SMS notifications and OTP OpenCart plugin for SMS notification and OTP SAP- How to integrate MSG91 API SM-share plugin for SMS notifications and OTP with MSG91 WHMCS plugin for SMS notification and OTP WebEngage- How to send SMS with MSG91 WordPress and Woo-Commerce- How to send notifications and OTP SMS Zoho CRM + MSG91 - Send Whatsapp, SMS, Voice, and RCS alerts. How to add MSG91 as an Email Service Provider in Clevertap Excel- How to use the Excel plugin for sending campaign Freshworks- How to integrate the MSG91 plugin in Freshworks Google Spreadsheet- How to send Emails Google Spreadsheet- How to send MSG91 Campaign Google Spreadsheet- How to send SMS How to Migrate from Twilio to MSG91? How to send messages to users who have viewed the product but have not purchased it (Browse Abandonment) HubSpot - Integration with MSG91 Leadsquared- How to integrate the MSG91 plugin in Leadsquare Shopify- How to integrate with MSG91 Zapier Integration- How to send SMS Zapier Integration- How to send data to Segmento in MSG91 from your app via Zapier Zapier MSG91 Integration- Send Whatsapp, Email, Voice, and SMS How to send SMS from the MSG91 mobile application? Shopify- How to recover abandoned checkouts using WhatsApp Messages Sync Shopify data with Segment Zoho-CRM-Automation Best Practices How to block countries on the basis of SMS price? How to check Active Login Session How to protect your SMS API from Bot Attack! What best practices need to be performed for bulk SMS service? What is token and how to use it? How to Allow and Block specific countries from sending SMS Login using Whitelisted IP address Flow Does Template in the flow require approval? How many templates can we add? How Flow can be stopped? How to create a Template ID to Send SMS via API? Voice How to use Voice Services Call Monitoring How to use Incoming Services How to use Outgoing Services Number Subscription VPN in Chrome OS Voice Redesign Template Change Voice Wallet What is Flow and its creation Webhooks How does the requestbin work? How to check if the webhook for DLR is working? How to use Webhook to get the delivery report on the desired URL? What are Webhooks? How does it work? Integration guides Cs-Cart- How to configure MSG91 with Cs-Cart? HDPOS software- How to integrate MSG91 API How to integrate MSG91 API in ERP Next? How to send SMS in Clevertap with MSG91 How to send SMS in WebEngage with MSG91 MARG software- How to integrate MSG91 API MSG91 WHMCS SMS Plugin- How to configure Vtiger CRM plugin with MSG91 Zoho Campaign- How to integrate MSG91 API? How to integrate with Busy software Zoho Books- How to integrate with MSG91 ? Zoho Subscription-  How to integrate with MSG91? Integrate Tally with MSG91 Zoho CRM Campaign How to check the reports of the campaign? How to run a Campaign from Segmento What are Campaign filters? What is Campaign and how to use it Where to find the Campaign slug Credits How do make a payment using a Debit/Credit card? How to add funds? How to make refund request? How much time does it take to refund the payment? What is the character limit for a single credit in English & Unicode? How is credit calculated? What is the charge per SMS? Are failed SMS also charged? Where can I download the Invoice/Ledger? How to create an e-mandate for auto-recharge? Resellers How to update a client’s phone number How to add clients under reseller panel? Can my clients also pay me online? If yes, then how? Client SMS Consumption Dynamic Credit Purchase Limit How can I add Demo Balance to my clients? How can I add pricing to my website? How can I convert my client's account into a reseller account? How can I customize a mail and an SMS for signup? How can I disable my client's account? How can I get a Reseller account on MSG91? How can I put the bank details like MSG91 on my website? How can I update my client password? How can I update my client's mobile number? How do I white label my website? How to point CNAME for the domain or subdomain? How do you give support to our Whitelabel clients? How does client search work? How to add Balance to the client account? How to add SSL to my website? How to add clients under the reseller panel? How to create and design a website for selling SMS? How to edit client details? How to get signup updates on your webhook? How to have my own website for selling SMS? How to mark a user Authentic? How to restrict users to log in to other domains? How to set pricing for the client account? I have disabled a reseller under me. Does it disable all users under that reseller? Why am I unable to pay online? It says, "You are not authorized". Segmento How you can use the Phonebook in Segmento to send the SMS. How to create a Segment in Segmento 4 steps to setup Segmento How to create the Phonebook in Segmento How to use phonebook in segmento Virtual Number How to activate a Long Code? How to send custom SMS using Longcode? I am not able to receive SMS when someone sends it on my keyword. Why is that so? Is it possible to export report for a particular keyword? What is a Virtual Number or Longcode? What is Keyword and Inbox balance? What is the difference between Dedicated Long-Code and Shared Long-code Where I can add new keyword for longcode? What is it's maximum limit? Push Notification How to use Push Notifications on MSG91 Push Notification and Features KnowledgeBase Steps to configure Knowledge Base How to Add articles in KnowledgeBase? How to access the knowledge base section of hello How to white label your Hello Knowledge Base for branding ? Custom Header Footer KB FAQ KB Redirection KB main doc URL shortener How to check the URL Shortener report? How to use and check the report of a short URL? Email Email Connections Email's Master Article Warm Up in Email Sending Webhook for Email Activities Wallet Wallet Guide Wallet: Bonus Balance Addition and Deduction Wallet: Check Balance Deduction from Delivery Logs Phonebook How can I export contacts from a single group? How can I set default expiry of any number in phonebook? How to delete a phonebook group? Can I copy or move contacts from one group to the other? How can I set the default expiry of any number in the phonebook? How to add a group for phonebook? How many contacts can I import/upload at once? How to delete selected contacts from a phonebook group? How to export existing phonebook data and upload it on segmento How to upload contacts to a group? RCS RCS Template Creation RCS Form Registration Guide Startup What is MSG91 Startup program and how to apply for it? Files All You Need to Know about File Hosting option of MSG91 AMP Emails Whitelisting for AMP Emails Hello Mobile Application Hello Mobile Notification 2024-09-03 06:26:37 [pymongo.ocsp_support] DEBUG: Peer did not staple an OCSP response 2024-09-03 06:26:37 [pymongo.ocsp_support] DEBUG: Requesting OCSP data 2024-09-03 06:26:37 [pymongo.ocsp_support] DEBUG: Trying http://r10.o.lencr.org 2024-09-03 06:26:37 [pymongo.ocsp_support] DEBUG: Using cached OCSP response. 2024-09-03 06:26:37 [pymongo.ocsp_support] DEBUG: OCSP cert status: 2024-09-03 06:26:37 [root] INFO: Item not dropped bze status code is 200: 2024-09-03 06:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://kb.phone91.com/293020/dlt-faqs> None 2024-09-03 06:26:37 [root] INFO: spider closed! 2024-09-03 06:26:37 [scrapy.core.engine] INFO: Closing spider (finished) 2024-09-03 06:26:37 [selenium.webdriver.remote.remote_connection] DEBUG: DELETE http://localhost:50479/session/f084cad0533d415591b6a34528fb2bec {} 2024-09-03 06:26:37 [urllib3.connectionpool] DEBUG: http://localhost:50479 "DELETE /session/f084cad0533d415591b6a34528fb2bec HTTP/1.1" 200 0 2024-09-03 06:26:37 [selenium.webdriver.remote.remote_connection] DEBUG: Remote response: status=200 | data={"value":null} | headers=HTTPHeaderDict({'Content-Length': '14', 'Content-Type': 'application/json; charset=utf-8', 'cache-control': 'no-cache'}) 2024-09-03 06:26:37 [selenium.webdriver.remote.remote_connection] DEBUG: Finished Request 2024-09-03 06:26:37 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 219, 'downloader/request_count': 1, 'downloader/request_method_count/GET': 1, 'downloader/response_bytes': 276312, 'downloader/response_count': 2, 'downloader/response_status_count/200': 2, 'elapsed_time_seconds': 11.525389, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2024, 9, 3, 6, 26, 37, 291689), 'httpcompression/response_bytes': 122, 'httpcompression/response_count': 1, 'item_scraped_count': 1, 'log_count/DEBUG': 82, 'log_count/INFO': 18, 'memusage/max': 74321920, 'memusage/startup': 74321920, 'response_received_count': 2, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/200': 1, 'scheduler/dequeued': 1, 'scheduler/dequeued/memory': 1, 'scheduler/enqueued': 1, 'scheduler/enqueued/memory': 1, 'start_time': datetime.datetime(2024, 9, 3, 6, 26, 25, 766300)} 2024-09-03 06:26:37 [scrapy.core.engine] INFO: Spider closed (finished)