Trigger: Template paused
Fire a workflow automatically when Meta pauses a WhatsApp template due to low quality, so your team can react before losing sends.
The Template paused trigger (whatsapp.template_paused) starts a workflow whenever Meta temporarily pauses one of your WhatsApp message templates, typically because of sustained low quality in recipient responses. While a template is paused you can't use it to send messages until Meta lifts the pause or the review period ends.
When to use it
- To instantly alert your Marketing or Support team that a template stopped being usable.
- To automatically pause campaigns or downstream workflows that rely on that template, so they don't keep failing.
- To log the event into a spreadsheet or external system and keep a history of template quality issues.
Available variables
When the workflow fires, these variables become available for use in later steps:
| Variable | Description |
|---|---|
$template.id |
Template ID in Meta |
$template.name |
Template name (e.g. promo_summer) |
$template.language |
Template language (e.g. en) |
$template.category |
Category (MARKETING, UTILITY, AUTHENTICATION) |
$template.paused_reason |
Pause reason reported by Meta |
You can also filter the trigger by a specific channel (if you have several WhatsApp numbers) and by template category.
How to set it up
- Go to Workflows in the main menu and click New workflow.
- On the trigger step, select Template paused under the system category.
- (Optional) Set a filter by channel or template category if you only want to react to certain templates.
- Add the actions you need: for example, send an internal notification, create a task on a board, or send a message to a connected Slack/Telegram integration.
- Save and turn the workflow on with the status toggle.
Example
A workflow named "Template paused alert" uses this trigger with a Notify user or team action, targeting the Marketing team, with the message: "Template {{$template.name}} was paused by Meta. Reason: {{$template.paused_reason}}. Review quality before re-enabling it."
Tips
- Also check the WhatsApp quality changed trigger, which usually gives an early warning before a pause when the quality rating drops to yellow or red.
- You can check the real status of your templates from Templates inside the settings of the corresponding WhatsApp channel.
Troubleshooting
If the workflow doesn't fire, confirm the workflow is active and that the channel filter (if configured) matches the channel where the pause happened. This event depends on Meta delivering the corresponding webhook; there can be a delay of a few minutes between the actual pause and the notification.
Related articles
-
Build your first workflow
Omnifox workflows automate your operation: a trigger starts the automation and action nodes do the work. Build a welcome message in minutes.
-
Workflow triggers catalog
Learn which events can start a workflow automatically in Omnifox.
-
Action nodes available in workflows
Discover the actions a workflow can run automatically.
-
Conditions and branching (if/then) in a workflow
Make your flows take decisions and follow different paths based on each contact data.
-
Ready-to-use workflow templates
Start your automations in minutes from prebuilt flows you can customize.