{"id":399,"date":"2024-09-21T17:59:21","date_gmt":"2024-09-21T14:59:21","guid":{"rendered":"https:\/\/help.testbh.ru\/?p=399"},"modified":"2025-09-18T13:13:20","modified_gmt":"2025-09-18T10:13:20","slug":"generator-sluchajnyh-chisel","status":"publish","type":"post","link":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/","title":{"rendered":"Random Number Generator"},"content":{"rendered":"<p>Using the \u201cExternal Request\u201d block, you can connect to an external service that returns a random number within a specified range. The received number can then be saved in a subscriber\u2019s custom field for later use in the bot.<\/p>\n<p><span class=\"fr-video fr-deletable fr-fvc fr-dvb fr-draggable\" contenteditable=\"false\" draggable=\"true\"><iframe loading=\"lazy\" class=\"fr-draggable\" src=\"https:\/\/www.youtube.com\/embed\/O3TX6sXt0n0?&amp;wmode=opaque\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/span><\/p>\n<p data-start=\"226\" data-end=\"263\"><strong data-start=\"226\" data-end=\"263\">Setting up the \u201cExternal Request\u201d<\/strong><\/p>\n<p>1. In the bot builder, add a step of the \u201cAction\u201d type and select \u201cExternal Request\u201d.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674649385186-u2nlm5o3.png\" \/><\/p>\n<p data-start=\"355\" data-end=\"388\">2. In the external request settings:<\/p>\n<ul data-start=\"390\" data-end=\"790\">\n<li data-start=\"390\" data-end=\"426\">\n<p data-start=\"392\" data-end=\"426\">Set the request type to <strong data-start=\"416\" data-end=\"423\">GET<\/strong>.<\/p>\n<\/li>\n<li data-start=\"427\" data-end=\"533\">\n<p data-start=\"429\" data-end=\"533\">In the \u201cURL\u201d field, enter:<br data-start=\"455\" data-end=\"458\" \/><code data-start=\"460\" data-end=\"531\">https:\/\/www.randomnumberapi.com\/api\/v1.0\/random?min=1&amp;max=100&amp;count=1<\/code><\/p>\n<\/li>\n<li data-start=\"534\" data-end=\"642\">\n<p data-start=\"536\" data-end=\"642\">The <strong data-start=\"540\" data-end=\"547\">min<\/strong> and <strong data-start=\"552\" data-end=\"559\">max<\/strong> parameters define the lower and upper bounds of the range for the random number.<\/p>\n<\/li>\n<li data-start=\"643\" data-end=\"717\">\n<p data-start=\"645\" data-end=\"717\">The <strong data-start=\"649\" data-end=\"658\">count<\/strong> parameter specifies how many random numbers to generate.<\/p>\n<\/li>\n<li data-start=\"718\" data-end=\"790\">\n<p data-start=\"720\" data-end=\"790\">In this example, one random number between 1 and 100 will be returned.<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"792\" data-end=\"824\"><strong data-start=\"792\" data-end=\"822\">Configure response mapping<\/strong><\/p>\n<ul data-start=\"825\" data-end=\"1041\">\n<li data-start=\"825\" data-end=\"868\">\n<p data-start=\"827\" data-end=\"868\">In the <strong data-start=\"834\" data-end=\"847\">JSON Path<\/strong> field, enter <code data-start=\"861\" data-end=\"866\">$.0<\/code><\/p>\n<\/li>\n<li data-start=\"869\" data-end=\"957\">\n<p data-start=\"871\" data-end=\"957\">In the right column, select the custom field where the random value should be saved.<\/p>\n<\/li>\n<li data-start=\"958\" data-end=\"1041\">\n<p data-start=\"960\" data-end=\"1041\">In this example, the random number will be saved to the custom field \u201cParameter\u201d.<\/p>\n<\/li>\n<\/ul>\n<p>After completing the setup, it should look like this:<br \/>\n<img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674649871241-yytyxcbe.png\" \/><\/p>\n<p data-start=\"1098\" data-end=\"1229\"><strong data-start=\"1098\" data-end=\"1112\">IMPORTANT:<\/strong> To verify that everything works correctly, test the configured request. On the \u201cResponse\u201d tab, click \u201cSend Request\u201d.<\/p>\n<p data-start=\"1231\" data-end=\"1428\">If everything is set up correctly and the external service is working, a green message <strong data-start=\"1318\" data-end=\"1330\">&#8220;200 OK&#8221;<\/strong> will appear on the right, and the returned random number will be displayed under \u201cResponse Body\u201d.<br \/>\n<img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674650237101-13moxbjo.png\" \/><\/p>\n<p data-start=\"1430\" data-end=\"1485\">That\u2019s it! You can now use random numbers in your bots.<\/p>\n<p data-start=\"1487\" data-end=\"1589\">Learn more about the service used to generate random numbers <a class=\"\" href=\"https:\/\/www.randomnumberapi.com\/\" target=\"_new\" rel=\"noopener\" data-start=\"1548\" data-end=\"1588\">here<\/a>.<\/p>\n<p data-start=\"1591\" data-end=\"1673\"><strong data-start=\"1591\" data-end=\"1600\">Note:<\/strong> The service <strong data-start=\"1613\" data-end=\"1640\"><a class=\"\" href=\"http:\/\/www.randomnumberapi.com\" target=\"_new\" rel=\"noopener\" data-start=\"1615\" data-end=\"1638\">www.randomnumberapi.com<\/a><\/strong> may occasionally be unavailable.<\/p>\n<p data-start=\"1675\" data-end=\"1831\">You can also use the service <a class=\"\" href=\"https:\/\/api.rand.by\/v1\/integer?min=1&amp;max=100&amp;count=1\" target=\"_new\" rel=\"noopener\" data-start=\"1704\" data-end=\"1812\">https:\/\/api.rand.by\/v1\/integer?min=1&amp;max=100&amp;count=1<\/a> as an alternative.<\/p>\n<p data-start=\"1833\" data-end=\"1897\">In this case, the response mapping will be slightly different:<\/p>\n<ul data-start=\"1898\" data-end=\"2033\">\n<li data-start=\"1898\" data-end=\"1985\">\n<p data-start=\"1900\" data-end=\"1985\">In the <strong data-start=\"1907\" data-end=\"1914\">URL<\/strong> field, enter: <code data-start=\"1929\" data-end=\"1983\">https:\/\/api.rand.by\/v1\/integer?min=1&amp;max=100&amp;count=1<\/code><\/p>\n<\/li>\n<li data-start=\"1986\" data-end=\"2033\">\n<p data-start=\"1988\" data-end=\"2033\">In the <strong data-start=\"1995\" data-end=\"2008\">JSON Path<\/strong> field, enter <code data-start=\"2022\" data-end=\"2033\">$.items.0<\/code><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.app\/knowledge-bases-images\/articles\/49290\/49290-1679130985848-nb2hjlvh.png\" \/><\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<p data-start=\"1918\" data-end=\"1964\">If you did not find the answer to your question, feel free to contact us in the chat inside your dashboard, message us on Telegram at <strong data-start=\"1851\" data-end=\"1873\">@BotHelpSupportBot<\/strong>, or email us at <strong data-start=\"1890\" data-end=\"1910\"><a class=\"cursor-pointer\" rel=\"noopener\" data-start=\"1892\" data-end=\"1908\">hello@bothelp.io<\/a><\/strong>.<\/p>\n<p>Get 14 Days of Full Access to the Platform<\/p>\n<p data-start=\"1966\" data-end=\"2095\">Enjoy the full functionality of the BotHelp platform for creating broadcasts, automated funnels, and chatbots \u2014 free for 14 days.<\/p>\n<p data-start=\"2097\" data-end=\"2117\"><a href=\"https:\/\/bothelp.io\/ru\"><strong data-start=\"2097\" data-end=\"2117\">Get 14 Days Free<\/strong><\/a><\/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=\"399\">\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 generate random numbers using the &#8220;External Request&#8221; action and save them to subscriber fields<\/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":[22],"tags":[],"class_list":["post-399","post","type-post","status-publish","format-standard","hentry","category-api-i-vneshnij-zapros"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Random Number Generator<\/title>\n<meta name=\"description\" content=\"How to generate random numbers using the &quot;External Request&quot; action and save them to subscriber fields\" \/>\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%20generate%20random%20numbers%20using%20the%20External%20Request%20action%20and%20save%20them%20to%20subscriber%20fields\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Random Number Generator\" \/>\n<meta property=\"og:description\" content=\"How to generate random numbers using the &quot;External Request&quot; action and save them to subscriber fields\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/\" \/>\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-21T14:59:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-18T10:13:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674649385186-u2nlm5o3.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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/\"},\"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\":\"Random Number Generator\",\"datePublished\":\"2024-09-21T14:59:21+00:00\",\"dateModified\":\"2025-09-18T10:13:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/\"},\"wordCount\":303,\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1674649385186-u2nlm5o3.png\",\"articleSection\":[\"API and external request\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/\",\"name\":\"\u0413\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445 \u0447\u0438\u0441\u0435\u043b \u0432 BotHelp: \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1674649385186-u2nlm5o3.png\",\"datePublished\":\"2024-09-21T14:59:21+00:00\",\"dateModified\":\"2025-09-18T10:13:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\"},\"description\":\"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445 \u0447\u0438\u0441\u0435\u043b \u0432 BotHelp. \u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0438 \u043f\u0440\u0438\u043c\u0435\u0440\u0430\u043c.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1674649385186-u2nlm5o3.png\",\"contentUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1674649385186-u2nlm5o3.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/generator-sluchajnyh-chisel\\\/#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\":\"Random Number Generator\"}]},{\"@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":"Random Number Generator","description":"How to generate random numbers using the \"External Request\" action and save them to subscriber fields","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 generate random numbers using the \"External Request\" action and save them to subscriber fields","og_locale":"en_US","og_type":"article","og_title":"Random Number Generator","og_description":"How to generate random numbers using the \"External Request\" action and save them to subscriber fields","og_url":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/","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-21T14:59:21+00:00","article_modified_time":"2025-09-18T10:13:20+00:00","og_image":[{"url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674649385186-u2nlm5o3.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":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/#article","isPartOf":{"@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/"},"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":"Random Number Generator","datePublished":"2024-09-21T14:59:21+00:00","dateModified":"2025-09-18T10:13:20+00:00","mainEntityOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/"},"wordCount":303,"image":{"@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674649385186-u2nlm5o3.png","articleSection":["API and external request"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/","url":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/","name":"\u0413\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445 \u0447\u0438\u0441\u0435\u043b \u0432 BotHelp: \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439","isPartOf":{"@id":"https:\/\/help.bothelp.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/#primaryimage"},"image":{"@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674649385186-u2nlm5o3.png","datePublished":"2024-09-21T14:59:21+00:00","dateModified":"2025-09-18T10:13:20+00:00","author":{"@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca"},"description":"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445 \u0447\u0438\u0441\u0435\u043b \u0432 BotHelp. \u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0438 \u043f\u0440\u0438\u043c\u0435\u0440\u0430\u043c.","breadcrumb":{"@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/#primaryimage","url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674649385186-u2nlm5o3.png","contentUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1674649385186-u2nlm5o3.png"},{"@type":"BreadcrumbList","@id":"https:\/\/help.bothelp.io\/en\/generator-sluchajnyh-chisel\/#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":"Random Number Generator"}]},{"@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\/399","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=399"}],"version-history":[{"count":11,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/399\/revisions"}],"predecessor-version":[{"id":5097,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/399\/revisions\/5097"}],"wp:attachment":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/media?parent=399"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/categories?post=399"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/tags?post=399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}