Skip to content
FlowHubFluxonLab
C
Telegramfree

Notify on Telegram When a New Order is Created in WooCommerce πŸ“¦

by AmirHossein MnasouriZadeadapted from n8n official workflow galleryUpdated Aug 2026
RequiresCCodeTelegramTelegram
Share Post Share
IfCheck if Order Status is ProcessingCheck if Order …CoDesign Message TemplateDesign Message …WeReceive WooCommerce OrderReceive WooComm…Telegram123
1/5
STEPS Β· 3
Starts on an incoming request

πŸ“¦ Send Telegram Notifications for New WooCommerce Orders This workflow automatically sends a Telegram notification when an order status in WooCommerce changes to "Processing." Perfect for online store owners who want instant updates on order fulfillment. βš™οΈ Set Up Telegram Alerts for WooCommerce Orders Configure WooCommerce Webhook to trigger on order updates. Create a Telegram Bot and obtain the API token. Set Up Telegram Credentials in n8n. Configure the Telegram Node with your chat ID. Activate and Test the workflow by placing a new order. ##πŸ’‘ Notes You can customize the message format in the πŸ–‹οΈ Design Message Template node to include additional order details.

Tags

n8nreference-onlytelegram
Connects
CCodetelegramTelegram
CategoryTelegram
Triggermanual
Complexitymedium
Nodes4
AddedNov 25, 2024

Related workflows

See all Telegram→
Wtelegram
free

N8N EspaΓ±ol - Bot Multi Idioma NoCode

Tutorial: https://comunidad-n8n.com/bot-multi-idioma-no-code/ Comunidad de telegram: https://t.me/comunidadn8n BOT: https://t.me/NocodeTranslateBot

by The { AI } rtist
Wtelegram
free

Search and download torrents using transmission-daemon

Ok google download "movie name" I develop this automation to improve my quality of life in handling torrents in my media-center. Goal Automate the search operations of a movie based on its name and trigger a download using your transmission-daemon. Setup Prerequisite Transmission daemon up and running and its authentication method N8N configured self-hosted or with the possibility to add npm package better with docker-compose.yaml Telegram bot credential [optional] Configuration Create a folder where your docker-compose.yaml belongs n8n_dir and proceed in installing the node package. cd ~/n8n_dir npm i torrent-search-api Configuring your docker-compose.yaml file this way. You must include all the dependencies of torrent-search-api. This will let you run the new torrent search node presented in this workflow. version: '3.3' services: n8n: container_name: n8n ports: '5678:5678' restart: always volumes: '~/n8n_dir/.n8n:/home/node/.n8n' '~/n8n_dir/node_modules/@tootallnate:/usr/local/lib/node_modules/@tootallnate' '~/n8n_dir/node_modules/accepts:/usr/local/lib/node_modules/accepts' '~/n8n_dir/node_modules/agent-base:/usr/local/lib/node_modules/agent-base' '~/n8n_dir/node_modules/ajv:/u

by Danger
telegram
free

Telegram sticker bot

Gets triggered by Telegram once a user sends a message Checks if the message contains a sticker If a sticker got found it sends a message with its ID else it informs the user that no sticker was found in message

by Jan Oberhauser