{"id":4435,"date":"2026-06-04T13:48:36","date_gmt":"2026-06-04T13:48:36","guid":{"rendered":"https:\/\/myaiagenthub.com\/?page_id=4435"},"modified":"2026-07-12T15:21:06","modified_gmt":"2026-07-12T15:21:06","slug":"daily-business-assistant-check-in","status":"publish","type":"page","link":"https:\/\/myaiagenthub.com\/es\/daily-business-assistant-check-in\/","title":{"rendered":"Daily Business Assistant Check In"},"content":{"rendered":"<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;800&display=swap');\n.checkin-wrap { max-width: 680px; margin: 0 auto; font-family: 'Poppins', sans-serif; padding: 20px; }\n.checkin-wrap h2 { font-size: 26px; font-weight: 800; color: #0a2540; margin-bottom: 8px; text-align: center; }\n.checkin-wrap p.checkin-sub { font-size: 15px; color: #555; text-align: center; margin-bottom: 24px; }\n\/* Welcome box *\/\n.checkin-welcome-box {\n  background: #fff;\n  border: 2px solid #38bdf8;\n  border-radius: 14px;\n  padding: 16px 20px;\n  margin-bottom: 20px;\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n}\n.checkin-welcome-box .w-icon { font-size: 26px; flex-shrink: 0; margin-top: 2px; }\n.checkin-welcome-box .w-name { font-size: 11px; font-weight: 700; color: #0284c7; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }\n.checkin-welcome-box .w-msg { font-size: 14px; color: #1e293b; line-height: 1.6; min-height: 20px; }\n.checkin-voice-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: #0f1e36;\n  color: #38bdf8;\n  border: 2px solid #38bdf8;\n  border-radius: 40px;\n  padding: 10px 24px;\n  font-size: 14px;\n  font-weight: 700;\n  cursor: pointer;\n  font-family: 'Poppins', sans-serif;\n  margin-top: 10px;\n  transition: background 0.2s, color 0.2s;\n}\n.checkin-voice-btn:hover { background: #38bdf8; color: #0f1e36; }\n.checkin-voice-btn:disabled { opacity: 0.6; cursor: not-allowed; }\n.checkin-voice-status { font-size: 12px; color: #94a3b8; margin-top: 8px; min-height: 16px; }\n\/* GREETING *\/\n.checkin-greeting { background: #0f1e36; border-radius: 14px; padding: 18px 24px; text-align: center; margin-bottom: 24px; }\n.checkin-greeting p { color: #38bdf8; font-size: 16px; font-weight: 700; margin: 0; }\n.checkin-greeting span { color: #fff; }\n\/* FIRST VISIT EMAIL SETUP *\/\n.checkin-email-setup { background: #0f1e36; border-radius: 16px; padding: 28px 24px; text-align: center; margin-bottom: 24px; display: none; }\n.checkin-email-setup.visible { display: block; }\n.checkin-email-setup h3 { color: #38bdf8; font-size: 17px; font-weight: 800; margin-bottom: 8px; }\n.checkin-email-setup p { color: #94a3b8; font-size: 14px; margin-bottom: 20px; line-height: 1.6; }\n.checkin-email-input { width: 100%; padding: 13px 16px; border: 2px solid #38bdf8; border-radius: 8px; font-size: 15px; font-family: 'Poppins', sans-serif; color: #333 !important; box-sizing: border-box; background: #ffffff !important; margin-bottom: 12px; }\n.checkin-email-btn { background: #38bdf8; color: #fff; border: none; border-radius: 8px; padding: 13px 28px; font-size: 15px; font-weight: 700; font-family: 'Poppins', sans-serif; cursor: pointer; width: 100%; transition: background 0.2s; }\n.checkin-email-btn:hover { background: #0ea5e9; }\n\/* MIC AREA *\/\n.checkin-mic-area { background: #0f1e36; border-radius: 16px; padding: 28px 24px; text-align: center; margin-bottom: 24px; display: none; }\n.checkin-mic-area.visible { display: block; }\n.checkin-mic-label { color: #38bdf8; font-size: 15px; font-weight: 700; margin-bottom: 6px; }\n.checkin-mic-hint { color: #94a3b8; font-size: 13px; margin-bottom: 20px; line-height: 1.7; }\n.checkin-mic-btn { background: #38bdf8; border: none; border-radius: 50%; width: 84px; height: 84px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(56,189,248,0.4); margin-bottom: 14px; }\n.checkin-mic-btn:hover { background: #0ea5e9; transform: scale(1.05); }\n.checkin-mic-btn.listening { background: #e11d48; animation: pulse 1.2s infinite; box-shadow: 0 4px 24px rgba(225,29,72,0.5); }\n.checkin-mic-btn svg { width: 38px; height: 38px; fill: #fff; }\n@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.12); } }\n.checkin-mic-status { color: #cbd5e1; font-size: 13px; font-weight: 600; min-height: 22px; margin-top: 4px; }\n.checkin-mic-status.active { color: #f87171; }\n.checkin-mic-status.done { color: #4ade80; }\n\/* White editable transcript box *\/\n.checkin-transcript-box {\n  background: #ffffff;\n  border: 2px solid #38bdf8;\n  border-radius: 10px;\n  padding: 12px 14px;\n  margin-top: 14px;\n  min-height: 70px;\n  color: #0f1e36;\n  font-size: 14px;\n  font-weight: 600;\n  line-height: 1.75;\n  text-align: left;\n  display: none;\n  border: 2px solid #38bdf8;\n  font-family: 'Poppins', sans-serif;\n  width: 100%;\n  box-sizing: border-box;\n  resize: vertical;\n}\n.checkin-transcript-box:focus { outline: none; border-color: #0284c7; background: #ffffff !important; color: #0f1e36 !important; }\n.checkin-transcript-box.visible { display: block; }\n\/* FOLLOW UP *\/\n.checkin-followup-box { background: #0f1e36; border: 2px solid #38bdf8; border-radius: 14px; padding: 22px 24px; margin-bottom: 24px; text-align: center; display: none; }\n.checkin-followup-box.visible { display: block; }\n.checkin-followup-box p { color: #fff; font-size: 15px; font-weight: 600; margin-bottom: 18px; line-height: 1.6; }\n.checkin-followup-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }\n.checkin-btn-more { background: #38bdf8; color: #fff; border: none; border-radius: 50px; padding: 11px 24px; font-size: 14px; font-weight: 700; font-family: 'Poppins', sans-serif; cursor: pointer; transition: background 0.2s; }\n.checkin-btn-more:hover { background: #0ea5e9; }\n.checkin-btn-submit { background: #22c55e; color: #fff; border: none; border-radius: 50px; padding: 11px 24px; font-size: 14px; font-weight: 700; font-family: 'Poppins', sans-serif; cursor: pointer; transition: background 0.2s; }\n.checkin-btn-submit:hover { background: #16a34a; }\n\/* REVIEW SECTION *\/\n.checkin-review-section { display: none; }\n.checkin-review-section.visible { display: block; }\n.checkin-field { margin-bottom: 20px; }\n.checkin-field label { display: block; font-size: 14px; font-weight: 600; color: #0a2540; margin-bottom: 6px; }\n.checkin-field textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #38bdf8; border-radius: 8px; font-size: 15px; font-family: 'Poppins', sans-serif; color: #0f1e36; box-sizing: border-box; background: #fff; height: 140px; resize: vertical; font-weight: 600; }\n.checkin-field textarea:focus { outline: none; border-color: #0284c7; background: #ffffff !important; color: #0f1e36 !important; }\n.checkin-submit-btn { display: block; width: 100%; padding: 15px; background: linear-gradient(90deg, #1a1a6e, #1a73e8); color: #fff; font-size: 16px; font-weight: 700; font-family: 'Poppins', sans-serif; border: none; border-radius: 50px; cursor: pointer; margin-top: 10px; transition: opacity 0.2s; }\n.checkin-submit-btn:hover { opacity: 0.9; }\n.checkin-msg { text-align: center; margin-top: 16px; font-size: 14px; font-weight: 600; min-height: 20px; }\n.checkin-change-email { text-align: center; margin-top: 8px; font-size: 12px; color: #94a3b8; }\n.checkin-change-email a { color: #38bdf8; cursor: pointer; text-decoration: underline; }\n<\/style>\n<p><!-- JESSICA CHECK-IN AUDIO --><br \/>\n<audio id=\"checkin_welcome_audio\" src=\"https:\/\/myaiagenthub.com\/wp-content\/uploads\/2026\/06\/Jessica-Daily-check-in.mp3\" preload=\"auto\"><\/audio><br \/>\n  <!-- WELCOME BOX --><br \/>\n    \ud83d\udc4b<br \/>\n      Jessica \u2014 Daily Business Assistant<br \/>\n      Click the button below to hear a good morning message from Jessica.<br \/>\n      <button id=\"checkin_voice_btn\" onclick=\"playCheckinJessica()\">\ud83d\udd0a Good Morning from Jessica<\/button><\/p>\n<p id=\"checkin_voice_status\">\n<h2>\u2600\ufe0f Good Morning \u2014 Daily Check-In<\/h2>\n<p>Tap the mic and tell us what&#8217;s on your plate today \u2014 your plan will be in your inbox within minutes.<\/p>\n<p>  <!-- GREETING --><\/p>\n<p>\ud83d\udc4b Welcome back,  \u2014 ready to build your day?<\/p>\n<p>  <!-- FIRST VISIT EMAIL SETUP --><\/p>\n<h3>\ud83d\udce7 First \u2014 What&#8217;s Your Email Address?<\/h3>\n<p>This is the email where your daily business plan will be delivered every morning. You only need to enter this once \u2014 we will remember it for you.<\/p>\n<p>    <input type=\"email\" id=\"checkin_email_input\" placeholder=\"Your email address\" \/><br \/>\n    <button onclick=\"saveEmail()\">Save My Email &#038; Continue \u2192<\/button><br \/>\n  <!-- MIC AREA --><\/p>\n<p>\ud83c\udf99\ufe0f Tap the Mic and Tell Us About Your Day<\/p>\n<p>\n      Tell the assistant what&#8217;s on your plate today,<br \/>\n      your biggest challenge, and what you need help with.<br \/>\n      <strong style=\"color:#38bdf8;\">Just talk naturally \u2014 no typing needed.<\/strong>\n    <\/p>\n<p>    <button id=\"checkin_mic_btn\" onclick=\"toggleCheckinMic()\"><br \/>\n      <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M12 1a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0V5a4 4 0 0 1 4-4zm-1 17.93V21H9v2h6v-2h-2v-2.07A8 8 0 0 0 20 11h-2a6 6 0 0 1-12 0H4a8 8 0 0 0 7 7.93z\"\/>\n      <\/svg><br \/>\n    <\/button><br \/>\n    Tap the mic to begin<br \/>\n    <textarea id=\"checkin_transcript_box\" rows=\"4\" placeholder=\"Your words will appear here as you speak \u2014 tap to edit if needed\"><\/textarea><br \/>\n  <!-- FOLLOW UP --><\/p>\n<p>\u2705 Got it! Before I get started \u2014<br \/>is there anything else on your mind or anything you may have missed today?<\/p>\n<p>      <button onclick=\"addMoreCheckin()\">\ud83c\udf99\ufe0f Yes, Let Me Add More<\/button><br \/>\n      <button onclick=\"submitCheckin()\">\u2705 No, I&#8217;m Good \u2014 Submit!<\/button><br \/>\n  <!-- REVIEW & SUBMIT --><br \/>\n      <label>Everything You Shared Today<\/label><br \/>\n      <textarea id=\"checkin_transcript\" placeholder=\"Your voice transcript will appear here \u2014 edit freely if needed\"><\/textarea><br \/>\n    <button onclick=\"submitCheckin()\">\ud83d\ude80 Send Me My Daily Business Plan<\/button><\/p>\n<p id=\"checkin_msg\">\n<p id=\"checkin_change_email_link\" style=\"display:none;\">\n    Wrong email on file? <a onclick=\"resetEmail()\">Change my email<\/a>\n  <\/p>","protected":false},"excerpt":{"rendered":"<p>\ud83d\udc4b Jessica \u2014 Daily Business Assistant Click the button below to hear a good morning message from Jessica. \ud83d\udd0a Good Morning from Jessica \u2600\ufe0f Good Morning \u2014 Daily Check-In Tap the mic and tell us what&#8217;s on your plate today \u2014 your plan will be in your inbox within minutes. \ud83d\udc4b Welcome back, \u2014 ready to build your day? \ud83d\udce7 First \u2014 What&#8217;s Your Email Address? This is the email where your daily business plan will be delivered every morning. You only need to enter this once \u2014 we will remember it for you. Save My Email &#038; Continue \u2192 \ud83c\udf99\ufe0f Tap the Mic and Tell Us About Your Day Tell the assistant what&#8217;s on your plate today, your biggest challenge, and what you need help with. Just talk naturally \u2014 no typing needed. Tap the mic to begin \u2705 Got it! Before I get started \u2014is there anything else on your mind or anything you may have missed today? \ud83c\udf99\ufe0f Yes, Let Me Add More \u2705 No, I&#8217;m Good \u2014 Submit! Everything You Shared Today \ud83d\ude80 Send Me My Daily Business Plan Wrong email on file? Change my email<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-4435","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/myaiagenthub.com\/es\/wp-json\/wp\/v2\/pages\/4435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myaiagenthub.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myaiagenthub.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myaiagenthub.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myaiagenthub.com\/es\/wp-json\/wp\/v2\/comments?post=4435"}],"version-history":[{"count":22,"href":"https:\/\/myaiagenthub.com\/es\/wp-json\/wp\/v2\/pages\/4435\/revisions"}],"predecessor-version":[{"id":4917,"href":"https:\/\/myaiagenthub.com\/es\/wp-json\/wp\/v2\/pages\/4435\/revisions\/4917"}],"wp:attachment":[{"href":"https:\/\/myaiagenthub.com\/es\/wp-json\/wp\/v2\/media?parent=4435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}