Telegram
Telegram is a cloud-based messaging platform for sending instant messages, media, and automated notifications.
Key features include:
- Bot-based messaging automation
- Real-time message delivery
- Group and channel communication
- Customisable message formatting
This scenario sends ShopWired order data to Telegram using Make.
Scenario blueprint
Scenario blueprint
Scenario setup steps
Scenario setup steps
- Select the scenario blueprint provided with this guide
- Open it in Make
- Create a new scenario from the blueprint
- Replace any placeholder values if required
- Connect required accounts
- Turn the scenario on
- Trigger the relevant event in ShopWired
ShopWired webhook data (if present)
ShopWired webhook data (if present)
Event: order finalised
{
"event": {
"topic": "order.finalized",
"data": {
"object": {
"id": "1000123",
"total": "59.99",
"status": {
"type": "completed"
},
"shippingAddress": {
"name": "John Smith",
"emailAddress": "customer@example.com"
}
}
}
}
}
Required user inputs
Required user inputs
| Input | Description |
|---|---|
| Telegram Bot Connection | Authorised Telegram bot connection |
| Chat ID | Destination chat ID for receiving messages |
| Webhook URL | Generated webhook URL from Make |
Recommendations
Recommendations
- Test by placing a real order in ShopWired
- Ensure the Telegram bot is added to the target chat
- Verify message formatting displays correctly
- Monitor scenario execution logs in Make
- Do not alter data mapping unless required
- Only order finalised events will trigger the scenario