---
title: "Hidden Parameters on One-time Booking Links, Contact Module Updates and More..."
description: "You can now generate short, one-time-use booking links that pre-fill booking form fields and track UTM parameters — all without exposing query parameters in ..."
url: "https://help.oncehub.com/whats-new/2025-10-15-hidden-parameters-on-one-time-booking-links-contact-module-updates-and-more/"
---

## OnceHub API: Generate One-time Booking Links with Hidden URL Parameters

[Section titled “OnceHub API: Generate One-time Booking Links with Hidden URL Parameters”](#oncehub-api-generate-one-time-booking-links-with-hidden-url-parameters)

You can now generate **short, one-time-use booking links** that pre-fill booking form fields and track UTM parameters — all **without exposing query parameters in the URL**.

With this enhancement, you can **keep the URL clean** while still passing form data and marketing attribution details securely in the background.

**How It Works**

When you set the new `hide_url_params` field to `true` in your request, the API returns a **short, one-time-use link** that contains no visible query parameters.

* Form fields will still be prefilled based on the values passed in `booking_form`.
* UTM values passed in `utm_params` will be captured when the booking is made.

#### Example request

[Section titled “Example request”](#example-request)

```plaintext
JSON
{
  "hide_url_params": true,
  "utm_params":
  {
    "utm_source": "LinkedIn",
    "utm_medium": "ad_campaign",
    "utm_campaign": "product_launch",
    "utm_term": "automation_tools",
    "utm_content": "cta_button"
  },
  "booking_form": {
    "name": "Alex Johnson",
    "email": "alex.johnson@example.com",
    "Company": "BrightPath Consulting",
    "Job_Title": "Marketing Manager",
    "City": "London"
  }
}
```

**When To Use It**

This enhancement is ideal when you want to:

* **Share cleaner links** in emails, ads, or messages without revealing form data.
* **Securely prefill visitor details** for a smoother booking experience.
* **Maintain UTM tracking** for marketing attribution without visible parameters.

Go to [**our developer center**](https://help.oncehub.com/developers/api/#tag/booking-calendars/POST/booking-calendars/%7Bid%7D/one-time-links) to try it out!

![](https://help.oncehub.com/_astro/1760690336463.fsG3pXxJ_7KJm.webp)

## Contact Module: New Tools for Better Record Maintenance and Data Quality

[Section titled “Contact Module: New Tools for Better Record Maintenance and Data Quality”](#contact-module-new-tools-for-better-record-maintenance-and-data-quality)

We’re enhancing the OnceHub Contacts module to give you better control over your guest data. These updates focus on improving the **maintenance of contact records**, resulting in **more accurate data** and increased effectiveness of related business tool integrations.

The increased functionality includes:

* **Contact Information Updates:** Edit and update existing contact information directly in the user interface (GUI).
* **Improved Search:** Quickly search for contacts using First Name, Last Name, Email or Phone Number.
* **Manual Deletion:** Users can now delete contacts manually via the GUI.

**Who Can Access It**

**Plan:** Available on **All** plans.

Ready to learn more? Check out the full details on contacts [**here**](https://help.oncehub.com/contact-management/introduction-to-contacts-in-oncehub/).

***

![](https://help.oncehub.com/_astro/1758816450840.L5naufir_Z1ywB9z.webp)

## Booking Insight Improvements

[Section titled “Booking Insight Improvements”](#booking-insight-improvements)

* **Hourly Breakdown:** View booking analytics broken down by the hour for periods of seven days or less.
* **Quick Filter Reset:** Instantly clear all applied filters with a single click when three or more are active.
* **Individual Table Export:** Export data from individual tables within the booking analytics reports.

## Activity Stream Improvements

[Section titled “Activity Stream Improvements”](#activity-stream-improvements)

* **Clear Test Labels:** Test activities from Chatbot and Routing Form submissions are now clearly marked to keep your live data clean.
* **Owner-Based Filtering:** Easily filter conversations based on the assigned conversation owner.
