{"id":413,"date":"2024-09-21T20:58:00","date_gmt":"2024-09-21T17:58:00","guid":{"rendered":"https:\/\/help.testbh.ru\/?p=413"},"modified":"2025-10-14T16:27:39","modified_gmt":"2025-10-14T13:27:39","slug":"otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse","status":"publish","type":"post","link":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/","title":{"rendered":"Tracking person's email confirmation in GetCourse"},"content":{"rendered":"<p><iframe loading=\"lazy\" src=\"https:\/\/vk.com\/video_ext.php?oid=-132741842&amp;id=456239958&amp;hd=2\" width=\"853\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><br \/>\n<a href=\"https:\/\/youtu.be\/uVlIyGNbJSI?si=OV8oElfJe6DfWOl1\">Video on YouTube<\/a><\/p>\n<p>With the help of processes, it is possible to send information about the person and their order from GetCourse to BotHelp in order to interact with the person through the flow. As an example, the flow process and settings can be used to track whether a person has confirmed their email in GetCourse.<\/p>\n<h4>Setting up in BotHelp<\/h4>\n<p><strong>1. Getting a SecretKey for integration with GetCourse<\/strong><\/p>\n<ul>\n<li>Go to the &#8220;Settings&#8221; section in the navigation dashboard of your profile.<\/li>\n<li>Open the &#8220;Integrations&#8221; tab.<\/li>\n<li>Find the GetCourse block and click <strong>Add Integration<\/strong>.<\/li>\n<li>Copy the received BotHelp SecretKey. You will need it for further setup.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667053585054-pdua18w8.png\" \/><br \/>\n<strong>2. Setting up sequences<\/strong><\/p>\n<ul>\n<li>Create or open an existing sequence.<\/li>\n<li>Click the <strong>Settings<\/strong> button in the upper-right corner.<\/li>\n<li>At the very bottom of the window that opens, find the field with the name &#8220;Ref&#8221; \u2014 this is the sequence identifier.<\/li>\n<li>Copy it, the ID will be needed for further setup.\n<ul>\n<li>The value to copy in our example:<code>f1667053874594<\/code>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667103622564-pz0aa7bz.png\" \/><\/p>\n<h4>GetCourse setup steps<\/h4>\n<p>In GetCourse, you need to set up a process that, after a set time, will subscribe all people with an unconfirmed email in GetCourse to BotHelp sequences. Follow the instructions below to set up this process.<\/p>\n<p><strong>1. Creating a process<\/strong><\/p>\n<ul>\n<li>Go to the &#8220;Tasks&#8221; \u2014 &#8220;Processes&#8221; section and click the <strong>Create Process<\/strong> button.<\/li>\n<li>Enter the process name.<\/li>\n<li>Select the &#8220;Users&#8221; object type.<\/li>\n<li>You don&#8217;t have to enter anything in the &#8220;template&#8221; field \u2014 the &#8220;without template&#8221; option.<\/li>\n<li>Click the <strong>Create<\/strong> button.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667103913844-7mln1c74.png\" \/><br \/>\n<strong>2. Setting up the process<\/strong><\/p>\n<ul>\n<li>In the settings of the created process, in the &#8220;Mass task creation&#8221; section, select &#8220;Periodic review&#8221;.\n<ul>\n<li>In this case, the created process will automatically &#8220;pull in&#8221; suitable users.<\/li>\n<\/ul>\n<\/li>\n<li>In the object entry rules, select the &#8220;Email address confirmed&#8221; property and set the &#8220;No&#8221; value.<\/li>\n<\/ul>\n<h5><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667103954878-n1zzhsym.png\" \/><\/h5>\n<p><strong>3. Creating process logic<\/strong><\/p>\n<p>Only people with unconfirmed email addresses will be automatically included in this process.<\/p>\n<ul>\n<li>In the settings of the created process, go to the &#8220;Process&#8221; tab to set up the logic of the process itself.<\/li>\n<li>Add the &#8220;Waiting for condition&#8221; block.\n<ul>\n<li>Select the condition &#8220;Email address confirmed&#8221;, the value is &#8220;Yes&#8221;.<\/li>\n<li>Set a timeout for 3 days.<\/li>\n<li>Save this block.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667104021529-3uwrdakl.png\" \/><\/p>\n<ul>\n<li>Add the &#8220;Operation&#8221; block.\n<ul>\n<li>The block has to work according to the User.<\/li>\n<li>The type of operation is &#8220;Call URL&#8221;.<\/li>\n<li>In the block settings, select the &#8220;POST&#8221; method.<\/li>\n<li>Insert<strong> one of the links<\/strong> in the URL column.:<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>To identify the person by their email:<\/p>\n<pre>https:\/\/gc.bothelp.io?domain_name={%Your domain is in Bothelp%}&amp;token={%Your SecretKey from the BotHelp account%}&amp;email={object.email}&amp;phone={object.phone}&amp;actions[add_to_funnel]={%Ref of your auto-dispatch%}<\/pre>\n<p>To identify a person by their CUID. For this method, you have to first transmit the person&#8217;s CUID from BotHelp to GetCourse.<\/p>\n<pre>https:\/\/gc.bothelp.io?domain_name={%Your domain is in Bothelp%}&amp;token={%Your SecretKey from the BotHelp cabinet%}&amp;idBotHelp={object.bothelp_id}&amp;actions[add_to_funnel]={%Ref of your auto-dispatch%}<\/pre>\n<p>CUID (customer user ID) is a unique person identifier in the BotHelp platform. Its value can be found in the person&#8217;s profile in the &#8220;CUser ID&#8221; column.<br \/>\n<img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1670226491420-hpd0lz79.png\" \/><\/p>\n<ul>\n<li><strong>Important!<\/strong>\n<ul>\n<li>In the <code>domain_name<\/code> column instead of the text {%Your domain in Bothelp%} you have to specify the domain of your profile in BotHelp. The curly brackets {} and % signs have to be removed. The final record will be in this format: <code>domain_name=mybhaccount<\/code>.<\/li>\n<li>In the <code>token<\/code>column, instead of the text {%, your SecretKey from the BotHelp profile%} you have to specify the BotHelp SecretKey from the integration settings of your profile (see the first paragraph of the instructions). The curly brackets {} and % signs have to be removed. The final record will be in this format: <code>token=qwerty123456<\/code>.<\/li>\n<li>In the column <code>actions[add_to_funnel]<\/code>, instead of the text {%Ref of your autorail%}, you have to specify the Ref of the sequence to which you want to add a person (see the second paragraph of the instructions).<\/li>\n<li>The curly brackets {} and % signs have to be removed. The final record will be in this format: <code>actions[add_to_funnel]=f987654321<\/code>.<\/li>\n<li>An example of a ready-made link:<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<pre>https:\/\/gc.bothelp.io?domain_name=mybhaccount&amp;token=qwerty123456&amp;email={object.email}&amp;phone={object.phone}&amp;actions[add_to_funnel]=f987654321<\/pre>\n<ul>\n<li><strong>What is this link for?<\/strong>\n<ul>\n<li>Getcourse uses it to send data about the person and the type of action so that BotHelp can perform the specified action with the selected person.<\/li>\n<li>This link contains the necessary information about the person and the action:\n<ul>\n<li>idBotHelp \u2014 a unique person identifier in the BotHelp database, by which BotHelp finds a specific person in its database. In the person&#8217;s profile, this field is called CUID. It is required when identifying a person by CUID.<\/li>\n<li>email \u2014 the person&#8217;s email address. According to it, BotHelp finds a specific person in its database. This is a required field when identifying a person by email.<\/li>\n<li>domain_name \u2014 the name of your prodile in BotHelp. Using this field, BotHelp understands which profile to look in for a person with such an email. This is a required field.<\/li>\n<li>token \u2014 the secret key of your BotHelp profile, which ensures the security of integration. This is a required field.<\/li>\n<li>phone \u2014 the person&#8217;s phone number. BotHelp can also use it to find a specific person in its database if there are several people found by the email. This is an optional field.<\/li>\n<li>actions[add_to_funnel] \u2014 a parameter that indicates the &#8220;Add to sequence&#8221; command. The ID of the sequence which the person is to be added to is specified in the parameter value. This is a required field.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>Save this block.<\/li>\n<li>Add the &#8220;Process Termination&#8221; block and run the links between the blocks.<\/li>\n<li>The final process should look like this:<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666961691084-0ukn9o81.png\" \/><\/p>\n<ul>\n<li><strong>Important!<\/strong> On the &#8220;General&#8221; tab of the process you are creating, activate the &#8220;Approved&#8221; checkbox and click the big green <strong>Run<\/strong> button.<\/li>\n<\/ul>\n<p>Done! Now, if your people do not confirm their email address 3 days after signing up for GetCourse, they will be automatically added to the BotHelp sequence, where you can inform them about the importance of email confirmation.<\/p>\n<p><strong>Important!<\/strong> You can also improve the process by adding another similar step, &#8220;checking email confirmation + adding to autofunnel.&#8221; To do this:<\/p>\n<ul>\n<li>After the &#8220;Send data to BotHelp&#8221; block, add another condition waiting block. According to the settings, it is the same as the &#8220;Confirmed mail?&#8221; block.<\/li>\n<li>If the condition is met, establish a connection with the &#8220;Process Termination&#8221; block.<\/li>\n<li>After the new waiting block, add another &#8220;Operation&#8221; block. In terms of the setup and content, it is the same as the &#8220;Send data to BotHelp&#8221; block.<\/li>\n<li>Connect the block to the &#8220;Process Termination&#8221; block.<\/li>\n<li>In fact, after 3 days this process will check whether the person has confirmed their email after receiving the first sequence. And if they still aren&#8217;t confirming it, they&#8217;ll get another one.<\/li>\n<\/ul>\n<hr \/>\n<p>If you haven&#8217;t found the answer to your question, contact us in the chat in your profile or email <a href=\"mailto:hello@bothelp.io\">hello@bothelp.io<\/a>\ud83d\ude03<\/p>\n<p>Get 14 days of full functionality of BotHelp, a platform for creating broadcasting, autofunnels, and chatbots.<\/p>\n<p><strong><a href=\"https:\/\/bothelp.io\/ru?utm_source=bz&amp;utm_medium=footer&amp;utm_campaign=15655\">Get 14 days for free<\/a><\/strong><\/p>\n\r\n\t\t\t<div id=\"daexthefu-container\"\r\n\t\t\t\tclass=\"daexthefu-container daexthefu-layout-side-by-side daexthefu-alignment-left\"\r\n\t\t\t\tdata-post-id=\"413\">\r\n\r\n\t\t\t\t<div class=\"daexthefu-feedback\">\r\n\t\t\t\t\t<div class=\"daexthefu-text\">\r\n\t\t\t\t\t\t<h3 class=\"daexthefu-title\">\u0411\u044b\u043b\u0430 \u043b\u0438 \u0441\u0442\u0430\u0442\u044c\u044f \u043f\u043e\u043b\u0435\u0437\u043d\u0430?<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"daexthefu-buttons-container\">\r\n\t\t\t\t\t\t<div class=\"daexthefu-buttons\">\r\n\t\t\t\t\t\t\t\r\n\t\t\t<div class=\"daexthefu-yes daexthefu-button daexthefu-button-type-icon\" data-value=\"1\">\r\n\t\t\t\t\r\n                <svg>\r\n                    <defs>\r\n                        <style>.thumb-up-cls-1{fill:#c9c9c9;}.thumb-up-cls-2{fill:#e1e1e1;}.thumb-up-cls-3{fill:#676767;}<\/style>\r\n                    <\/defs>\r\n                    <g id=\"thumb_up\">\r\n                        <path class=\"thumb-up-cls-2 daexthefu-icon-circle\" d=\"m24,3c11.58,0,21,9.42,21,21s-9.42,21-21,21S3,35.58,3,24,12.42,3,24,3m0-1C11.85,2,2,11.85,2,24s9.85,22,22,22,22-9.85,22-22S36.15,2,24,2h0Z\" \/>\r\n                        <g>\r\n                            <rect class=\"thumb-up-cls-3 daexthefu-icon-secondary-color\" x=\"10\" y=\"20\" width=\"6\" height=\"15\" rx=\"1.5\" ry=\"1.5\" \/>\r\n                            <path class=\"thumb-up-cls-1 daexthefu-icon-primary-color\" d=\"m30.57,9.06l-.49-.1c-.81-.17-1.61.35-1.78,1.16l-5.3,11.74c-.17.81,3.16,1.61,3.97,1.78l1.96.41c.81.17,1.61-.35,1.78-1.16l2.18-10.27c.34-1.61-.7-3.21-2.31-3.56Z\" \/>\r\n                            <path class=\"thumb-up-cls-1 daexthefu-icon-primary-color\" d=\"m38.17,20h-18.67c-.83,0-1.5.67-1.5,1.5v12c0,.83.67,1.5,1.5,1.5h16.27c.71,0,1.33-.5,1.47-1.21l2.4-12c.19-.93-.53-1.8-1.47-1.8Z\" \/>\r\n                        <\/g>\r\n                    <\/g>\r\n                <\/svg>\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t<div class=\"daexthefu-no daexthefu-button daexthefu-button-type-icon\" data-value=\"0\">\r\n\t\t\t\t\r\n                <svg>\r\n                    <defs>\r\n                        <style>.thumb-down-cls-1{fill:#c9c9c9;}.thumb-down-cls-2{fill:#e1e1e1;}.thumb-down-cls-3{fill:#676767;}<\/style>\r\n                    <\/defs>\r\n                    <g id=\"thumb_down\">\r\n                        <path class=\"thumb-down-cls-2 daexthefu-icon-circle\" d=\"m24,3c11.58,0,21,9.42,21,21s-9.42,21-21,21S3,35.58,3,24,12.42,3,24,3m0-1C11.85,2,2,11.85,2,24s9.85,22,22,22,22-9.85,22-22S36.15,2,24,2h0Z\" \/>\r\n                        <g>\r\n                            <rect class=\"thumb-down-cls-3 daexthefu-icon-secondary-color\" x=\"10\" y=\"13\" width=\"6\" height=\"15\" rx=\"1.5\" ry=\"1.5\" \/>\r\n                            <path class=\"thumb-down-cls-1 daexthefu-icon-primary-color\" d=\"m30.57,38.94l-.49.1c-.81.17-1.61-.35-1.78-1.16l-5.3-11.74c-.17-.81,3.16-1.61,3.97-1.78l1.96-.41c.81-.17,1.61.35,1.78,1.16l2.18,10.27c.34,1.61-.7,3.21-2.31,3.56Z\" \/>\r\n                            <path class=\"thumb-down-cls-1 daexthefu-icon-primary-color\" d=\"m38.17,28h-18.67c-.83,0-1.5-.67-1.5-1.5v-12c0-.83.67-1.5,1.5-1.5h16.27c.71,0,1.33.5,1.47,1.21l2.4,12c.19.93-.53,1.8-1.47,1.8Z\" \/>\r\n                        <\/g>\r\n                    <\/g>\r\n                <\/svg>\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<div class=\"daexthefu-comment\">\r\n\t\t\t\t\t<div class=\"daexthefu-comment-top-container\">\r\n\t\t\t\t\t\t<label id=\"daexthefu-comment-label\" class=\"daexthefu-comment-label\"><\/label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"daexthefu-comment-character-counter-container\">\r\n\t\t\t\t\t\t\t\t<div id=\"daexthefu-comment-character-counter-number\"\r\n\t\t\t\t\t\t\t\t\tclass=\"daexthefu-comment-character-counter-number\"><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"daexthefu-comment-character-counter-text\"><\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<textarea id=\"daexthefu-comment-textarea\" class=\"daexthefu-comment-textarea\"\r\n\t\t\t\t\t\t\t\tplaceholder=\"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\"\r\n\t\t\t\t\t\t\t\tmaxlength=\"\r\n\t\t\t\t\t\t\t\t400\t\t\t\t\t\t\t\t\t\"><\/textarea>\r\n\t\t\t\t\t<div class=\"daexthefu-comment-buttons-container\">\r\n\t\t\t\t\t\t<button class=\"daexthefu-comment-submit daexthefu-button\">\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c<\/button>\r\n\t\t\t\t\t\t<button class=\"daexthefu-comment-cancel daexthefu-button\">\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c<\/button>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<div class=\"daexthefu-successful-submission-text\">\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e \u0441\u0432\u044f\u0437\u044c!<\/div>\r\n\r\n\t\t\t<\/div>\r\n\r\n\t\t\t","protected":false},"excerpt":{"rendered":"<p>How to send a long chain of emails in a bot for a subscriber who has not confirmed his mail in GetCourse<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_helpful_status":1,"footnotes":""},"categories":[23],"tags":[],"class_list":["post-413","post","type-post","status-publish","format-standard","hentry","category-integracziya-s-getcourse"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tracking person&#039;s email confirmation in GetCourse<\/title>\n<meta name=\"description\" content=\"How to send a long chain of emails in a bot for a subscriber who has not confirmed his mail in GetCourse\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/How%20to%20send%20a%20long%20chain%20of%20emails%20in%20a%20bot%20for%20a%20subscriber%20who%20has%20not%20confirmed%20his%20mail%20in%20GetCourse\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tracking person&#039;s email confirmation in GetCourse\" \/>\n<meta property=\"og:description\" content=\"How to send a long chain of emails in a bot for a subscriber who has not confirmed his mail in GetCourse\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bothelpru\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-21T17:58:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-14T13:27:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667053585054-pdua18w8.png\" \/>\n<meta name=\"author\" content=\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/\"},\"author\":{\"name\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\"},\"headline\":\"Tracking person's email confirmation in GetCourse\",\"datePublished\":\"2024-09-21T17:58:00+00:00\",\"dateModified\":\"2025-10-14T13:27:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/\"},\"wordCount\":854,\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1667053585054-pdua18w8.png\",\"articleSection\":[\"GetCourse\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/\",\"name\":\"\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u043e\u0447\u0442\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 \u0432 GetCourse \u0447\u0435\u0440\u0435\u0437 BotHelp | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1667053585054-pdua18w8.png\",\"datePublished\":\"2024-09-21T17:58:00+00:00\",\"dateModified\":\"2025-10-14T13:27:39+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\"},\"description\":\"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e\u0447\u0442\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 \u0432 GetCourse \u0447\u0435\u0440\u0435\u0437 BotHelp. \u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0438 \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0435.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/#primaryimage\",\"url\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1667053585054-pdua18w8.png\",\"contentUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1667053585054-pdua18w8.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"How to Work with BotHelp Service: Setting Up Your Account for Your Business Goals\",\"item\":\"https:\\\/\\\/help.bothelp.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tracking person's email confirmation in GetCourse\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/\",\"name\":\"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp\",\"description\":\"\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\",\"name\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"caption\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\"},\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/author\\\/t-karpikova\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tracking person's email confirmation in GetCourse","description":"How to send a long chain of emails in a bot for a subscriber who has not confirmed his mail in GetCourse","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"How to send a long chain of emails in a bot for a subscriber who has not confirmed his mail in GetCourse","og_locale":"en_US","og_type":"article","og_title":"Tracking person's email confirmation in GetCourse","og_description":"How to send a long chain of emails in a bot for a subscriber who has not confirmed his mail in GetCourse","og_url":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/","og_site_name":"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp","article_publisher":"https:\/\/www.facebook.com\/bothelpru","article_published_time":"2024-09-21T17:58:00+00:00","article_modified_time":"2025-10-14T13:27:39+00:00","og_image":[{"url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667053585054-pdua18w8.png","type":"","width":"","height":""}],"author":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/#article","isPartOf":{"@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/"},"author":{"name":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca"},"headline":"Tracking person's email confirmation in GetCourse","datePublished":"2024-09-21T17:58:00+00:00","dateModified":"2025-10-14T13:27:39+00:00","mainEntityOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/"},"wordCount":854,"image":{"@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667053585054-pdua18w8.png","articleSection":["GetCourse"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/","url":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/","name":"\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u043e\u0447\u0442\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 \u0432 GetCourse \u0447\u0435\u0440\u0435\u0437 BotHelp | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439","isPartOf":{"@id":"https:\/\/help.bothelp.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/#primaryimage"},"image":{"@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667053585054-pdua18w8.png","datePublished":"2024-09-21T17:58:00+00:00","dateModified":"2025-10-14T13:27:39+00:00","author":{"@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca"},"description":"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e\u0447\u0442\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 \u0432 GetCourse \u0447\u0435\u0440\u0435\u0437 BotHelp. \u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0438 \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0435.","breadcrumb":{"@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/#primaryimage","url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667053585054-pdua18w8.png","contentUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1667053585054-pdua18w8.png"},{"@type":"BreadcrumbList","@id":"https:\/\/help.bothelp.io\/en\/otslezhivanie-podtverzhdeniya-pochty-podpischika-v-getcourse\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"How to Work with BotHelp Service: Setting Up Your Account for Your Business Goals","item":"https:\/\/help.bothelp.io\/"},{"@type":"ListItem","position":2,"name":"Tracking person's email confirmation in GetCourse"}]},{"@type":"WebSite","@id":"https:\/\/help.bothelp.io\/en\/#website","url":"https:\/\/help.bothelp.io\/en\/","name":"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp","description":"\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/help.bothelp.io\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca","name":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","caption":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430"},"url":"https:\/\/help.bothelp.io\/en\/author\/t-karpikova\/"}]}},"_links":{"self":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/comments?post=413"}],"version-history":[{"count":21,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/413\/revisions"}],"predecessor-version":[{"id":5861,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/413\/revisions\/5861"}],"wp:attachment":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/media?parent=413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/categories?post=413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/tags?post=413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}