This workflow follows the HTTP Request → Telegram recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Prime Academy - Morning Report 8h",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * *"
}
]
}
},
"id": "e6f47738-f1c5-412f-93d3-7d88566a7b37",
"name": "D\u00e9clencheur 8h00",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://primelanguageacademy.com/api/admin-bot",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-api-key",
"value": "pla_bot_secret_2026_admin"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "{\n \"action\": \"get_morning_report\"\n}",
"options": {}
},
"id": "70d24fcd-613d-4c3d-b4b6-3a7891cf1567",
"name": "API Morning Report",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
460,
300
]
},
{
"parameters": {
"chatId": "6645894689",
"text": "=\ud83c\udf05 *Morning Report - Prime Academy*\n\nBonjour Directeur ! Voici le point du {{ new Date().toLocaleDateString('fr-FR') }} :\n\n\ud83d\udcca *Nouveaux inscrits (24h)* : {{ $json.report.new_students }}\n\ud83d\udcb0 *Paiements \u00e0 valider* : {{ $json.report.pending_validations }}\n\ud83d\udcc5 *Rendez-vous aujourd'hui* : {{ $json.report.appointments_count }}\n\n{{ $json.report.appointments_count > 0 ? '\ud83d\udccb *D\u00e9tails RDV :*\\n' + $json.report.appointments_details.map(a => '\u2022 ' + new Date(a.time).toLocaleTimeString('fr-FR', {hour: '2-digit', minute:'2-digit'}) + ' \u2014 ' + a.student + (a.reason ? ' (' + a.reason + ')' : '')).join('\\n') : '' }}\n\nBonne journ\u00e9e ! \ud83d\udcaa",
"additionalFields": {
"parse_mode": "Markdown"
}
},
"id": "90db2075-8025-455b-b9f8-b0a6e0fbfeab",
"name": "Envoyer Morning Report",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.2,
"position": [
680,
300
],
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"D\u00e9clencheur 8h00": {
"main": [
[
{
"node": "API Morning Report",
"type": "main",
"index": 0
}
]
]
},
"API Morning Report": {
"main": [
[
{
"node": "Envoyer Morning Report",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "f7d4e5a9-c3b2-4d1e-8a0f-1a2b3c4d5e6f"
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
telegramApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Prime Academy - Morning Report 8h. Uses httpRequest, telegram. Scheduled trigger; 3 nodes.
Source: https://github.com/sakaprime05-oss/prime-language-academy/blob/fb6ec89c629cf7a390dadb5ec3ce0e6aa80ef847/n8n-workflows/Morning_Report.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
MAIA - Health Check. Uses noOp, telegram, scheduleTrigger, googleSheets. Scheduled trigger; 7 nodes.
9AM IST AI Daily Digest (Arxiv + GitHub + News). Uses httpRequest, llm, telegram. Scheduled trigger; 6 nodes.
This workflow posts a poem translated into English every day in a Telegram chat.
Send a cocktail recipe every day via a Telegram. Uses telegram, httpRequest. Scheduled trigger; 3 nodes.
Daily Text Affirmations. Uses httpRequest, telegram. Scheduled trigger; 3 nodes.