{"id":417,"date":"2024-09-22T00:10:11","date_gmt":"2024-09-21T21:10:11","guid":{"rendered":"https:\/\/help.testbh.ru\/?p=417"},"modified":"2025-10-14T13:28:18","modified_gmt":"2025-10-14T10:28:18","slug":"segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp","status":"publish","type":"post","link":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/","title":{"rendered":"Segmentation of old GetCourse people in the BotHelp database"},"content":{"rendered":"<p><iframe loading=\"lazy\" src=\"https:\/\/vk.com\/video_ext.php?oid=-132741842&amp;id=456239955&amp;hd=2\" width=\"853\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p><a href=\"https:\/\/youtu.be\/jU4I-LFtD9M?si=mOZj-jGUqqmmcbOm\">Video on YouTube<\/a><\/p>\n<p>Integration with GetCourse allows BotHelp to receive data about the person and their order from GetCourse and perform certain actions with the person or inside the flow. One example of using integration may be segmentation of old GetCourse people based on their purchases or membership in a group.<\/p>\n<h4>Setting up in BotHelp<\/h4>\n<p>1. Getting a SecretKey for integration with GetCourse.<\/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-1668586170150-31rrjb1r.png\" \/><\/p>\n<h4>GetCourse setup steps<\/h4>\n<p>In GetCourse, you need to set up a process that will mark BotHelp people if they belong to a specific group or have made a specific purchase in GetCourse. Follow the instructions below to set up this process.<\/p>\n<p>1. Creating a process<\/p>\n<ul>\n<li>Go to the &#8220;Tasks&#8221; section \u2014 &#8220;Processes&#8221; 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 do not need to enter anything in the &#8220;template&#8221; field, the option is &#8220;without a template&#8221;.<\/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-1668586478414-dhuc2ax7.png\" \/><\/p>\n<p>2. Setting up the process<\/p>\n<ul>\n<li>In the settings of the created process, in the &#8220;Mass task creation&#8221; section, select &#8220;Once after launch&#8221;.\n<ul>\n<li>In this case, the created process will be started only once \u2014 immediately after the launch.<\/li>\n<\/ul>\n<\/li>\n<li>Specify one of the options in the object entry rules.\n<ul>\n<li>&#8220;In a group&#8221; \u2014 if you need to segment people in a specific group. For example, you previously granted access to your lessons based on the students&#8217; group affiliation. You have to enter a specific group of people in the rule.<\/li>\n<li>&#8220;Has an order&#8221; \u2014 if you need to segment people who have completed (paid for) an order for a particular offer. You should specify the number of orders (at least one), the order status &#8220;Completed&#8221; and your offer for which the person placed the order.<\/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-1668586834723-ympisch0.png\" \/><\/p>\n<p>or<br \/>\n<img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1668587101048-tnxucz65.png\" \/><\/p>\n<p>3. Creating process logic<\/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;Operation&#8221; block.\n<ul>\n<li>Enter the block name.<\/li>\n<li>The block has to work according to the User.<\/li>\n<li>Select the operation type &#8220;Call URL&#8221;.<\/li>\n<\/ul>\n<\/li>\n<li>In the block settings, select the &#8220;POST&#8221; method.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1668587494450-1970ha3l.png\" \/><\/p>\n<ul>\n<li>Insert a link in the URL column.:<\/li>\n<\/ul>\n<pre>https:\/\/gc.bothelp.io?domain_name={%Your domain is in Bothelp%}&amp;token={%Your SecretKey from the BotHelp profile%}&amp;email={object.email}&amp;phone={object.phone}&amp;actions[add_tag]={%Tag name from the BotHelp profile%}<\/pre>\n<ul>\n<li><strong>Important!<\/strong>\n<ul>\n<li>In the&nbsp;<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 section of this instruction). 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<code>actions[add_tag]<\/code> instead of the text {%, the name of the tag from the BotHelp profile%} it is necessary to specify the name of the tag that will need to be affixed to the person. The curly brackets {} and % signs have to be removed. The final record will be in this format: <code>actions[add_tag]=metka<\/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_tag]=metka<\/pre>\n<ul>\n<li><strong>Important!<\/strong> A tag with that name should already be in your BotHelp profile. Otherwise, it will not be added to the specified person.<\/li>\n<li><strong>Important!<\/strong> It is not recommended to use Cyrillic and special characters (!, ?, # and others) in the tag name. <em>For the link to work correctly, such tag names have to be encoded, for example, <a href=\"https:\/\/www.url-encode-decode.com\/\">here<\/a>. Insert the already encoded value into the link. If the tag name is in English\u2014 no coding is required.<\/em><\/li>\n<li><strong>What is this link for?<\/strong>\n<ul>\n<li>Using this link, GetCourse sends 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><strong>email<\/strong> \u2014 email address of the person. 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><strong>domain_name<\/strong> \u2014 the name of your profile in BotHelp. Using this field, BotHelp understands in which profile to look for a person with such an email. This is a required field.<\/li>\n<li><strong>token<\/strong> \u2014 the secret key of your BotHelp profile, which ensures the security of the integration. This is a required field.<\/li>\n<li><strong>phone<\/strong> \u2014 the person&#8217;s phone number. BotHelp can also use it to find a specific person in its database if there are several of them found by the mail. This is an optional field.<\/li>\n<li><strong>actions[add_tag] \u2014 <\/strong>parameter that indicates the &#8220;Add tag to person&#8221; command. The parameter value specifies the name of the tag that needs to be added to the person.<\/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 establish 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-1668587846956-ckbhm1qq.png\" \/><\/p>\n<ul>\n<li>Done! On the &#8220;General&#8221; tab of the created process, activate the &#8220;Approved&#8221; checkbox.<br \/>\nWhen ready, click the big green <strong>Start<\/strong> button \u2014 the process will start and run once.<\/li>\n<\/ul>\n<p>The rest of the features and scripts for using BotHelp and GetCourse integration can be found at the <a href=\"https:\/\/help.testbh.ru\/integracziya-s-getcourse\/\">link<\/a>.<\/p>\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=\"417\">\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 transfer the segmentation of the GetCourse subscriber base to the BotHelp subscriber base<\/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-417","post","type-post","status-publish","format-standard","hentry","category-integracziya-s-getcourse"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Segmentation of old GetCourse people in the BotHelp database<\/title>\n<meta name=\"description\" content=\"How to transfer the segmentation of the GetCourse subscriber base to the BotHelp subscriber base\" \/>\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%20transfer%20the%20segmentation%20of%20the%20GetCourse%20subscriber%20base%20to%20the%20BotHelp%20subscriber%20base\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Segmentation of old GetCourse people in the BotHelp database\" \/>\n<meta property=\"og:description\" content=\"How to transfer the segmentation of the GetCourse subscriber base to the BotHelp subscriber base\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/\" \/>\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-21T21:10:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-14T10:28:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1668586170150-31rrjb1r.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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/\"},\"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\":\"Segmentation of old GetCourse people in the BotHelp database\",\"datePublished\":\"2024-09-21T21:10:11+00:00\",\"dateModified\":\"2025-10-14T10:28:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/\"},\"wordCount\":877,\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1668586170150-31rrjb1r.png\",\"articleSection\":[\"GetCourse\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/\",\"name\":\"\u0421\u0435\u0433\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u0441\u0442\u0430\u0440\u044b\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u043e\u0432 GetCourse \u0432 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\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1668586170150-31rrjb1r.png\",\"datePublished\":\"2024-09-21T21:10:11+00:00\",\"dateModified\":\"2025-10-14T10:28:18+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\"},\"description\":\"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u0440\u044b\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u043e\u0432 GetCourse \u0432 BotHelp. \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u0440\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\u0437\u0443 \u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u044f \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0440\u0430\u0441\u0441\u044b\u043b\u043e\u043a.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1668586170150-31rrjb1r.png\",\"contentUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1668586170150-31rrjb1r.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\\\/#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\":\"Segmentation of old GetCourse people in the BotHelp database\"}]},{\"@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":"Segmentation of old GetCourse people in the BotHelp database","description":"How to transfer the segmentation of the GetCourse subscriber base to the BotHelp subscriber base","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 transfer the segmentation of the GetCourse subscriber base to the BotHelp subscriber base","og_locale":"en_US","og_type":"article","og_title":"Segmentation of old GetCourse people in the BotHelp database","og_description":"How to transfer the segmentation of the GetCourse subscriber base to the BotHelp subscriber base","og_url":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/","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-21T21:10:11+00:00","article_modified_time":"2025-10-14T10:28:18+00:00","og_image":[{"url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1668586170150-31rrjb1r.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":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/#article","isPartOf":{"@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/"},"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":"Segmentation of old GetCourse people in the BotHelp database","datePublished":"2024-09-21T21:10:11+00:00","dateModified":"2025-10-14T10:28:18+00:00","mainEntityOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/"},"wordCount":877,"image":{"@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1668586170150-31rrjb1r.png","articleSection":["GetCourse"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/","url":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/","name":"\u0421\u0435\u0433\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u0441\u0442\u0430\u0440\u044b\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u043e\u0432 GetCourse \u0432 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\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/#primaryimage"},"image":{"@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1668586170150-31rrjb1r.png","datePublished":"2024-09-21T21:10:11+00:00","dateModified":"2025-10-14T10:28:18+00:00","author":{"@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca"},"description":"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u0440\u044b\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u043e\u0432 GetCourse \u0432 BotHelp. \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u0440\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\u0437\u0443 \u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u044f \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0440\u0430\u0441\u0441\u044b\u043b\u043e\u043a.","breadcrumb":{"@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/#primaryimage","url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1668586170150-31rrjb1r.png","contentUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1668586170150-31rrjb1r.png"},{"@type":"BreadcrumbList","@id":"https:\/\/help.bothelp.io\/en\/segmentacziya-staryh-podpischikov-getcourse-v-baze-bothelp\/#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":"Segmentation of old GetCourse people in the BotHelp database"}]},{"@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\/417","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=417"}],"version-history":[{"count":24,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/417\/revisions"}],"predecessor-version":[{"id":5852,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/417\/revisions\/5852"}],"wp:attachment":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/media?parent=417"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/categories?post=417"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/tags?post=417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}