{"id":120722,"date":"2022-11-23T16:03:53","date_gmt":"2022-11-23T16:03:53","guid":{"rendered":"https:\/\/randomnerdtutorials.com\/?p=120722"},"modified":"2024-03-15T17:24:51","modified_gmt":"2024-03-15T17:24:51","slug":"node-red-send-messages-whatsapp","status":"publish","type":"post","link":"https:\/\/randomnerdtutorials.com\/node-red-send-messages-whatsapp\/","title":{"rendered":"Node-RED: Send Messages to WhatsApp"},"content":{"rendered":"\n<p>Learn how to send messages to your WhatsApp account with Node-RED. This can be a great addition to your Node-RED automation system. For example, to send notifications with sensor readings, alert messages when a sensor reading is above or below a certain threshold, when motion is detected, and many other applications. To send the messages we\u2019ll use a free API called&nbsp;<a href=\"https:\/\/www.callmebot.com\/blog\/free-api-whatsapp-messages\/\" target=\"_blank\" rel=\"noopener\">CallMeBot<\/a>. The Free API is <strong>only for personal use<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Send-WhatsApp-Message-Node-RED.jpg?resize=1200%2C675&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Node-RED Send Messages to WhatsApp\" class=\"wp-image-120734\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Send-WhatsApp-Message-Node-RED.jpg?w=1280&amp;quality=100&amp;strip=all&amp;ssl=1 1280w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Send-WhatsApp-Message-Node-RED.jpg?resize=300%2C169&amp;quality=100&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Send-WhatsApp-Message-Node-RED.jpg?resize=1024%2C576&amp;quality=100&amp;strip=all&amp;ssl=1 1024w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Send-WhatsApp-Message-Node-RED.jpg?resize=768%2C432&amp;quality=100&amp;strip=all&amp;ssl=1 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before proceeding you need to have Node-RED installed. You can install Node-RED locally on your computer or on a Raspberry Pi, or on a cloud server. Check the following tutorials:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/randomnerdtutorials.com\/install-node-red-raspberry-pi\/\">Install Node-RED on Raspberry Pi (works on RPI OS 64-bit)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/randomnerdtutorials.com\/access-node-red-dashboard-anywhere-digital-ocean\/\">Access Node-RED Dashboard from Anywhere using Digital Ocean<\/a><\/li>\n<\/ul>\n\n\n\n<p>For a quick Node-RED getting started guide, take a look at the following tutorials:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/randomnerdtutorials.com\/getting-started-node-red-raspberry-pi\/\">Getting Started with Node-RED on Raspberry Pi<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/randomnerdtutorials.com\/getting-started-node-red-dashboard\/\">Getting Started with Node-RED Dashboard on Raspberry Pi<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Introducing WhatsApp<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/09\/Whatsapp-logo.png?resize=200%2C200&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"WhatsApp logo\" class=\"wp-image-116773\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/09\/Whatsapp-logo.png?w=200&amp;quality=100&amp;strip=all&amp;ssl=1 200w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/09\/Whatsapp-logo.png?resize=150%2C150&amp;quality=100&amp;strip=all&amp;ssl=1 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/><\/figure><\/div>\n\n\n<p>\u201cWhatsApp Messenger, or simply WhatsApp, is an internationally available American freeware, cross-platform centralized instant messaging and voice-over-IP service owned by Meta Platforms.\u201d It allows you to send messages using your phone\u2019s internet connection, so you can avoid SMS fees.<\/p>\n\n\n\n<p>WhatsApp is free and is available for Android and iOS. Install WhatsApp on your smartphone if you don\u2019t have it already.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">CallMeBot WhatsApp API<\/h1>\n\n\n\n<p>To send messages to your WhatsApp account with Node-RED, we\u2019ll use a free API service called CallMeBot service. You can learn more about CallMeBot at the following link:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.callmebot.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.callmebot.com\/<\/a><\/li>\n<\/ul>\n\n\n\n<p>Basically, it works as a gateway that allows you to send a message to yourself. This can be useful to send alert messages from Node-RED.<\/p>\n\n\n\n<p>All the information about how to send messages using the API, can be found <a href=\"https:\/\/www.callmebot.com\/blog\/free-api-whatsapp-messages\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting the CallMeBot API KEY<\/h2>\n\n\n\n<p>Before starting to use the API, you need to get the CallmeBot WhatsApp API key. Follow the next instructions (<a href=\"https:\/\/www.callmebot.com\/blog\/free-api-whatsapp-messages\/\" target=\"_blank\" rel=\"noopener\">check this link<\/a> for the instructions on the official website).<\/p>\n\n\n\n<ol class=\"wp-block-list\" style=\"list-style-type:1\">\n<li>Add the phone number\u00a0<strong>+34 621 331 709<\/strong>\u00a0to your Phone Contacts. (Name it as you wish) \u2014 please\u00a0<a href=\"https:\/\/www.callmebot.com\/blog\/free-api-whatsapp-messages\/\" target=\"_blank\" rel=\"noreferrer noopener\">double-check the number on the CallMeBot website<\/a>, because it sometimes changes.<\/li>\n\n\n\n<li>Send the following message: &#8220;<em>I allow callmebot to send me messages&#8221;<\/em> to the new Contact created (using WhatsApp of course);<\/li>\n\n\n\n<li>Wait until you receive the message &#8220;<em>API Activated for your phone number. Your APIKEY is XXXXXX<\/em>&#8221; from the bot.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"350\" height=\"458\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/09\/Get-CallMeBot-API-Key.png?resize=350%2C458&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Get CallMeBot API key\" class=\"wp-image-116707\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/09\/Get-CallMeBot-API-Key.png?w=350&amp;quality=100&amp;strip=all&amp;ssl=1 350w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/09\/Get-CallMeBot-API-Key.png?resize=229%2C300&amp;quality=100&amp;strip=all&amp;ssl=1 229w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/><\/figure><\/div>\n\n\n<p><strong>Note:<\/strong> If you don&#8217;t receive the API key in 2 minutes, please try again after 24hs. The WhatsApp message from the bot will contain the API key needed to send messages using the API<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing WhatsApp Nodes<\/h2>\n\n\n\n<p>There are different nodes you can install in Node-RED that make it easy to send messages to your WhatsApp account. As we\u2019ve mentioned previously, we\u2019ll use the nodes that use the CallmeBot service.<\/p>\n\n\n\n<p>Go to <strong>Menu <\/strong>&gt; <strong>Manage Palette<\/strong> &gt; <strong>Install <\/strong>and search for <span class=\"rnthl rntliteral\">node-red-contrib-whatsapp-cmb<\/span>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"711\" height=\"295\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/install-whatsapp-nodes-node-red.png?resize=711%2C295&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Node-RED install Whatsapp nodes\" class=\"wp-image-120723\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/install-whatsapp-nodes-node-red.png?w=711&amp;quality=100&amp;strip=all&amp;ssl=1 711w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/install-whatsapp-nodes-node-red.png?resize=300%2C124&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 711px) 100vw, 711px\" \/><\/figure><\/div>\n\n\n<p>After installing, the WhatsApp node will show up on your palette.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"147\" height=\"111\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-WhatsApp-Node.png?resize=147%2C111&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Node-RED WhatsApp Node\" class=\"wp-image-120724\"\/><\/figure><\/div>\n\n\n<h1 class=\"wp-block-heading\">Sending Messages to WhatsApp with Node-RED<\/h1>\n\n\n\n<p>Let\u2019s create a basic example that shows how to send messages to WhatsApp using the node you\u2019ve just installed.<\/p>\n\n\n\n<p>Drag a <strong>Send Message WhatsApp<\/strong> node, an <strong>inject<\/strong> node, and a <strong>debug<\/strong> node to the flow. Wire them as follows:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"617\" height=\"53\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Send-Messages-WhatsApp-Flow.png?resize=617%2C53&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Sending Messages to WhatsApp with Node-RED\" class=\"wp-image-120725\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Send-Messages-WhatsApp-Flow.png?w=617&amp;quality=100&amp;strip=all&amp;ssl=1 617w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Send-Messages-WhatsApp-Flow.png?resize=300%2C26&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 617px) 100vw, 617px\" \/><\/figure><\/div>\n\n\n<p>If you check the WhatsApp node documentation, it says:<\/p>\n\n\n\n<p>&#8220;<span class=\"rnthl rntliteral\">msg.text<\/span> is used as the message you want to send. It must be a String. You can use it directly or with output from another node.&#8221;<\/p>\n\n\n\n<p>We\u2019ll set the message we want to send in <span class=\"rnthl rntliteral\">msg.text<\/span> in the <strong>inject<\/strong> node. Double-click on the <strong>inject<\/strong> node and edit its properties as follows (you can write any other message).<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"571\" height=\"267\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Inject-Node-WhatsApp-message.png?resize=571%2C267&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Node-RED inject node WhatsApp messages\" class=\"wp-image-120726\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Inject-Node-WhatsApp-message.png?w=571&amp;quality=100&amp;strip=all&amp;ssl=1 571w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Inject-Node-WhatsApp-message.png?resize=300%2C140&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 571px) 100vw, 571px\" \/><\/figure><\/div>\n\n\n<p>Double-click on the <strong>Send Message<\/strong> node. Click on the pencil icon to add a new WhatsApp account. Give it a name, and insert your phone number (in international format), and the API key you received from the bot.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"537\" height=\"342\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-edit-WhatsApp-node.png?resize=537%2C342&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Node-RED edit WhatsApp Node\" class=\"wp-image-120727\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-edit-WhatsApp-node.png?w=537&amp;quality=100&amp;strip=all&amp;ssl=1 537w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-edit-WhatsApp-node.png?resize=300%2C191&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 537px) 100vw, 537px\" \/><\/figure><\/div>\n\n\n<p>When you\u2019re done, click on <strong>Update<\/strong>.<\/p>\n\n\n\n<p>Then, change the Message field to <span class=\"rnthl rntliteral\">msg.text<\/span>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"317\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Edit-WhatsApp-Node-2.png?resize=512%2C317&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Node-RED edit WhatsApp Node\" class=\"wp-image-120728\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Edit-WhatsApp-Node-2.png?w=512&amp;quality=100&amp;strip=all&amp;ssl=1 512w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-Edit-WhatsApp-Node-2.png?resize=300%2C186&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/><\/figure><\/div>\n\n\n<p>Finally, click <strong>Done.<\/strong><\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Testing the Flow<\/h1>\n\n\n\n<p>Deploy your application.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"136\" height=\"35\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/06\/Node-RED-deploy-button.png?resize=136%2C35&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Node-RED deploy button\" class=\"wp-image-111792\"\/><\/figure><\/div>\n\n\n<p>After deploying click on the left square on the <strong>inject<\/strong> node to trigger the <strong>WhatsApp sender<\/strong> node.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"631\" height=\"48\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-trigger-WhatsApp-flow.png?resize=631%2C48&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Node-RED trigger WhatsApp Flow\" class=\"wp-image-120729\" style=\"width:631px;height:48px\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-trigger-WhatsApp-flow.png?w=631&amp;quality=100&amp;strip=all&amp;ssl=1 631w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Node-RED-trigger-WhatsApp-flow.png?resize=300%2C23&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 631px) 100vw, 631px\" \/><\/figure><\/div>\n\n\n<p>After a few seconds, you should receive a message in your WhatsApp account from the bot with the content you\u2019ve set on the node:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"169\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/WhatsApp-message-from-Node-RED-test.png?resize=450%2C169&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Sending Messages to WhatsApp with Node-RED Testing Flow\" class=\"wp-image-120732\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/WhatsApp-message-from-Node-RED-test.png?w=450&amp;quality=100&amp;strip=all&amp;ssl=1 450w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/WhatsApp-message-from-Node-RED-test.png?resize=300%2C113&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/><\/figure><\/div>\n\n\n<p>That&#8217;s it! You learned an easy way to send messages to your WhatsApp using Node-RED and the <a href=\"https:\/\/www.callmebot.com\/blog\/free-api-whatsapp-messages\/\" target=\"_blank\" rel=\"noopener\">callmebot API<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wrapping Up<\/h2>\n\n\n\n<p>Now you know how to send messages to your WhatsApp account using Node-RED and the callmebot service. You can apply what you learned to your home automation system to send useful notification messages. The idea is to apply this feature in real-world scenarios.<\/p>\n\n\n\n<p>If you want to learn how to send messages to WhatsApp using the ESP32 or ESP8266 boards, you can check the following tutorials:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/randomnerdtutorials.com\/esp32-send-messages-whatsapp\/\">ESP32: Send Messages to WhatsApp<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/randomnerdtutorials.com\/esp8266-nodemcu-send-messages-whatsapp\/\">ESP8266 NodeMCU: Send Messages to WhatsApp<\/a><\/li>\n<\/ul>\n\n\n\n<p>To learn more about Node-RED and Home Automation, take a look at our dedicated eBook in the link below. Learn Node-RED and InfluxDB on a Raspberry Pi to build a Home Automation System with the ESP32 and ESP8266.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/randomnerdtutorials.com\/smart-home-ebook\/\">SMART HOME with Raspberry Pi, ESP32, and ESP8266<\/a><\/li>\n<\/ul>\n\n\n\n<p>Thanks for reading.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to send messages to your WhatsApp account with Node-RED. This can be a great addition to your Node-RED automation system. For example, to send notifications with sensor readings, &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Node-RED: Send Messages to WhatsApp\" class=\"read-more button\" href=\"https:\/\/randomnerdtutorials.com\/node-red-send-messages-whatsapp\/#more-120722\" aria-label=\"Read more about Node-RED: Send Messages to WhatsApp\">CONTINUE READING \u00bb<\/a><\/p>\n","protected":false},"author":5,"featured_media":120734,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[304,305,301],"tags":[],"class_list":["post-120722","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-0-home-automation","category-0-other","category-0-raspberrypi"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/11\/Send-WhatsApp-Message-Node-RED.jpg?fit=1280%2C720&quality=100&strip=all&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/120722","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/comments?post=120722"}],"version-history":[{"count":7,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/120722\/revisions"}],"predecessor-version":[{"id":150452,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/120722\/revisions\/150452"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/media\/120734"}],"wp:attachment":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/media?parent=120722"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/categories?post=120722"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/tags?post=120722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}