productupdates.calendly.com Open in urlscan Pro
44.218.149.214  Public Scan

Submitted URL: https://ablink.send.calendly.com/ls/click?upn=u001.-2FpFZHOmNsCfytAyhc9roxEsC42IyK-2FxTn88-2BVybSaZWddKrNXbbIAbH9AWRM9yPOYvRjzjp9...
Effective URL: https://productupdates.calendly.com/?utm_medium=email&utm_source=braze&utm_campaign=november_2024_prd_newsletter&utm_content=banner&...
Submission: On November 22 via api from RU — Scanned from US

Form analysis 2 forms found in the DOM

GET https://productupdates.calendly.com/

<form id="nav-search-form" class="form-inline position-absolute d-none d-lg-block container-margin-left" data-turbo-frame="outlet" data-turbo-action="replace" action="https://productupdates.calendly.com/" accept-charset="UTF-8" method="get">
  <svg class="svg-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M8.33333 13.8946C11.555 13.8946 14.1667 11.2829 14.1667 8.06124C14.1667 4.83958 11.555 2.22791 8.33333 2.22791C5.11167 2.22791 2.5 4.83958 2.5 8.06124C2.5 11.2829 5.11167 13.8946 8.33333 13.8946Z" stroke="#006bff" stroke-width="2"
      stroke-linecap="round" stroke-linejoin="round"></path>
    <path d="M17.5 17.2279L12.5 12.2279" stroke="#006bff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
  </svg>
  <input type="search" name="search" id="search" class="form-control search-field" tabindex="1" autocomplete="off" placeholder="search" aria-label="Search">
  <input id="search-clear" type="reset" value="X" alt="Clear the search form" style="display:none">
</form>

POST https://productupdates.calendly.com/subscribers

<form data-turbo="false" class="new_subscriber" id="new_subscriber" action="https://productupdates.calendly.com/subscribers" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token"
    value="lg3UrXlVRvUxS8Dt8OIgnhxKsNsi3V0MQinn1yqQ5qit5oVa3dVytl7elhIHsq4Gfv7FjB2GFJzDSv8AE6W3nQ" autocomplete="off">
  <div class="modal-body">
    <div class="form-group primary-text-color">
      <label class="secondary-text-color" for="subscriber_email">Email</label>
      <input class="form-control" type="email" name="subscriber[email]" id="subscriber_email">
      <input type="hidden" name="subscribed_object_type" id="subscribed_object_type" value="Project" autocomplete="off">
      <input type="hidden" name="subscribed_object_id" id="subscribed_object_id" value="pro_6phNiDICKjq4A" autocomplete="off">
      <script src="https://www.recaptcha.net/recaptcha/api.js?render=6LcNzNsZAAAAAJH1kh0G2YHL-7Cm3dSmFKcOzOM_"></script>
      <script>
        // Define function so that we can call it again later if we need to reset it
        // This executes reCAPTCHA and then calls our callback.
        function executeRecaptchaForSubscribe() {
          grecaptcha.ready(function() {
            grecaptcha.execute('6LcNzNsZAAAAAJH1kh0G2YHL-7Cm3dSmFKcOzOM_', {
              action: 'subscribe'
            }).then(function(token) {
              setInputWithRecaptchaResponseTokenForSubscribe('g-recaptcha-response-data-subscribe', token)
            });
          });
        };
        // Invoke immediately
        executeRecaptchaForSubscribe()
        // Async variant so you can await this function from another async function (no need for
        // an explicit callback function then!)
        // Returns a Promise that resolves with the response token.
        async function executeRecaptchaForSubscribeAsync() {
          return new Promise((resolve, reject) => {
            grecaptcha.ready(async function() {
              resolve(await grecaptcha.execute('6LcNzNsZAAAAAJH1kh0G2YHL-7Cm3dSmFKcOzOM_', {
                action: 'subscribe'
              }))
            });
          })
        };
        var setInputWithRecaptchaResponseTokenForSubscribe = function(id, token) {
          var element = document.getElementById(id);
          if (element !== null) element.value = token;
        }
      </script>
      <input type="hidden" name="g-recaptcha-response-data[subscribe]" id="g-recaptcha-response-data-subscribe" data-sitekey="6LcNzNsZAAAAAJH1kh0G2YHL-7Cm3dSmFKcOzOM_" class="g-recaptcha g-recaptcha-response "
        value="03AFcWeA7ZbAzxS3Ka7lAO5Dh0g7j0x8r94ESB3ZEY1g5MR9e2BnffzudH-MRgQy3m3mGE82gYUZqNh-RxDutqnaLp8eSTJ0cJW4VC6rLIZt3oDhtf9MoVv8d51IXGcpIEqiWKiuZiLbPVJcleGYvzGz2ObbufRs6iWbu6LrRwWHGwi33ntFD6imkOQjM5WyM4d5-Xr6g7YgnXJFZqbEOI1lxJaWwlyctIH9xFTEHRFh7ovqDuGYusRum0AfE16Yq2ddYrtfS54at-pOYelPgXHLPFgukxNIzONT_E9CKo44EfTe3AySuEEXVa0IXUJ8gDyHfqj9vAEXg_EQ2xF2hR9SkMzRTm0g6Ky2Tt0Rfw_EU9V16Z2qBXG2tg79EeChHgQczfmdQHh5ZKZen2-mi1TyZkvfKS6Pg5Cq5m1PkbHwOxvIPZ-u87BcIry0YmP9UFh9cyGyx85JBdPffmgHN1g8SPWvi8nBsBhpC6CZa6QVLdkouKUONro1FHUBBsCuJdDb02tN6_8gTm4FA7xmiVPabebpxrACJOQAv8jjNAM4nFxo7rcvztIiYRvWUHQQ_DPSvJVr4GmPZKujdTIqnJtGT3vPHZsrABijIoH4FkhiA74-pMTL9rD0G6D3kU-Ve8Bm7wINvKG9PpWb_uJlZL1rVla2SYKdFKxsgWlud1_9Rw8r2Gnje9hFyoi3pmYFrggReDd5og2OX8EIXDt3D_WvNqncefA3xRbpCl44X5Yxoy2VyDfLEbx0kBGuvLw5jdVXkgxtRckvyMBihhb9CDduPX6UnwbLLphVfVPHIihCQLYEEbZObZokrGL9B_lemjEJZSeOIbqoAUKrTSOGIG0K5TSv8DXJkGp5bd0ZBT-TNcRK4iWn8AynNG427l7ORkackv8S3F3TYvZoYaixQevCB45YaLxtoWQqoyr7GpJuX5f_dMLsLJ3sE"
        style="">
      <style>
        .grecaptcha-badge {
          visibility: hidden;
        }
      </style>
    </div>
    <button type="submit" class="btn btn-primary btn-block mb-2 primary-background-color">Subscribe</button>
    <small class="secondary-text-color"> By clicking subscribe, you accept our <a href="https://calendly.com/legal" target="_blank" class="primary-color">privacy policy</a> and
      <a href="https://calendly.com/legal" target="_blank" class="primary-color">terms and conditions</a>. <span> reCAPTCHA <a href="https://policies.google.com/privacy" class="primary-color">privacy</a> and
        <a href="https://policies.google.com/terms" class="primary-color">terms</a> apply </span>
    </small>
  </div>
</form>

Text Content

Subscribe to updates megaphone


CALENDLY PRODUCT UPDATES

See the latest feature releases, product improvements and bug fixes from the
Calendly team.

Categories
Clear
GENERALADMINSCHEDULING
IMPROVEMENTSEXTENSIONSINTEGRATIONSOUTLOOKROUTINGWORKFLOWSAVAILABILITYANALYTICS
Powered by LaunchNotes

Loading...

October 2024
GENERAL EXTENSIONS INTEGRATIONS WORKFLOWS


CALENDLY PRODUCT UPDATE – OCT 2024

Ever think to yourself, I wish someone would explain all of Calendly’s new
features to me? Well, register for our Nov. 7 live event, What’s New at
Calendly:...
October 31, 2024
GENERAL SCHEDULING IMPROVEMENTS EXTENSIONS INTEGRATIONS WORKFLOWS


CALENDLY PRODUCT UPDATE – SEPT 2024

Reserve your spot for our Better Meetings Virtual Event Oct. 2 to learn how
meeting experts, customers, partners, and even Calendly employees aim to host...
October 1, 2024
September 2024
GENERAL INTEGRATIONS WORKFLOWS


CALENDLY PRODUCT UPDATE – AUG 2024

We’ve talked about how people have reduced no-shows to their meetings by 100%
with the Calendly Workflows “reconfirmation” features (available on the...
September 3, 2024
August 2024
GENERAL WORKFLOWS


CALENDLY PRODUCT UPDATE – JULY 2024

Your meeting scheduling particulars – who you’re meeting, when, etc. – should be
available wherever you are: in other software tools , your web browsers ,...
August 8, 2024
July 2024
GENERAL INTEGRATIONS


CALENDLY PRODUCT UPDATE – JUNE 2024

Have you noticed hundreds of LinkedIn users adding “Book a Meeting With Me”
Calendly links and buttons to their LinkedIn profiles? We believe it's
important...
July 9, 2024
June 2024
GENERAL INTEGRATIONS


CALENDLY PRODUCT UPDATE – MAY 2024

As a user of Calendly, I've always felt like our long list of integrations has
made us stand out. And it's much easier to build good integrations when the...
June 3, 2024
May 2024
GENERAL EXTENSIONS INTEGRATIONS WORKFLOWS


CALENDLY PRODUCT UPDATE – APRIL 2024

If you’ve used our Calendly web browser extension and Outlook add-in , you know
it’s historically been focused on helping you quickly grab your scheduling...
May 1, 2024
April 2024
GENERAL SCHEDULING IMPROVEMENTS INTEGRATIONS ROUTING


CALENDLY PRODUCT UPDATE – MARCH 2024

Since we launched Routing , many of you have written in with your awesome
stories around how you’re now qualifying, routing, and scheduling customers
with...
April 1, 2024
March 2024
GENERAL SCHEDULING IMPROVEMENTS INTEGRATIONS


CALENDLY PRODUCT UPDATE – FEBRUARY 2024

Tip of the Day: Multiple Event Types Don’t tell my boss, but I was a free-plan
user of Calendly for a long time. I finally upgraded to a paid plan for two...
March 19, 2024
February 2024
GENERAL SCHEDULING IMPROVEMENTS


CALENDLY PRODUCT UPDATE – JANUARY 2024

We're excited to share some tips and product updates to make meetings easier and
more productive. You should be charging people money to “pick your brain” in...
February 6, 2024
 * left chevron
 * 1
 * 2
 * 3
 * left chevron

Jump to Month November 2024 October 2024 September 2024 August 2024 July 2024
June 2024 May 2024 April 2024 March 2024 February 2024 January 2024 December
2023 November 2023 October 2023 September 2023 August 2023 July 2023 June 2023
May 2023 April 2023 March 2023 February 2023 January 2023
Powered by LaunchNotes


SUBSCRIBE TO UPDATES

×
Email
Subscribe By clicking subscribe, you accept our privacy policy and terms and
conditions. reCAPTCHA privacy and terms apply