Add Custom Parameters in Notiqoo WhatsApp Templates
Notiqoo seamlessly integrates the WhatsApp Cloud API with WooCommerce, enabling automated WhatsApp notifications and live customer chat experiences. One of Notiqoo’s most powerful features is the ability to send template messages with dynamic, customizable parameters.
This feature allows store owners and developers to inject real-time data—like order totals, booking details, or customer-specific info—into their WhatsApp templates. Let’s explore how you can add custom parameters to WhatsApp message templates using Notiqoo.
How Custom Parameters Work
Notiqoo allows you to pass additional dynamic data into templates using a filter hook. This gives you flexibility to populate templates with real-time values such as:
-
Booking information
-
Order totals
-
Shipping addresses
-
Custom WooCommerce metadata
Basic Example: Add Custom Fields to Templates
To add custom values to a WhatsApp template, use the notiqoo_additional_template_params
filter.
What This Does:
-
Adds two new parameters (
param1
,param2
) to your message templates. -
These values can be mapped inside your Notiqoo template settings.
Real-World Example: Add Booking Details
If your store uses WooCommerce Bookings, you can fetch and pass booking-specific data like booking ID, booking date, and address.
Example Use:
-
Insert
{{booking_id}}
,{{booking_date}}
, etc. inside your Notiqoo template. -
Parameters auto-populate when messages are triggered.
Add Order Total to WhatsApp Template
You can also retrieve the WooCommerce order total and pass it to your template.
Usage:
-
Add
{{order_total}}
in your WhatsApp template. -
Notiqoo will dynamically replace it with the actual total from the WooCommerce order.
How to Use These Parameters in Notiqoo
-
Go to Notiqoo → Template Settings
-
Choose or create a template
-
Add variables like
{{order_total}}
,{{booking_id}}
, etc. to the message body -
These parameters will be replaced dynamically when sending the message
Summary
With Notiqoo, you can build highly personalized, data-rich WhatsApp messages using WooCommerce order and booking data. By extending the notiqoo_additional_template_params
hook, you can pass any custom value to your message templates—including totals, booking dates, customer notes, and more.
Take your WhatsApp CRM and automation to the next level by tailoring messages to individual customers—automatically.