Appearance
Vibrate
Make the user’s device vibrate in a pattern you choose.
This can be useful for quick feedback, like confirming an action happened (for example “Added to cart”).
Add the action
- In
Interface, open a workflow. - Click
+ Add an action. - Go to
PWA. - Select
Vibrate.
Configuration
Pattern
Pattern is a list of numbers in milliseconds:
- First number: how long to vibrate
- Second number: how long to pause
- Third number: how long to vibrate again
- And so on…
Example: [200, 100, 200] means:
- Vibrate for 200ms
- Pause for 100ms
- Vibrate for 200ms
Keep it short
Short vibrations feel better and are less distracting than long patterns.
Common pitfalls
The device doesn’t vibrate
Vibration depends on the device and browser. Some devices may not support it.

