AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
TelegramTelegram

Send mp3

This action will send an mp3 to a Telegram chat.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will send an mp3 to a Telegram chat.
API endpoint slug
telegram.send_mp3
Filter code method
Telegram.sendMp3.skip(string?: reason)
Runtime method
runAction("telegram.send_mp3", {})

Action fields

Chat ID Dropdown list

Label
Target chat
Helper text
Use the @IFTTT bot on Telegram to connect new groups or channels.
Slug
chat_id
Required
true
Can have default value
false

Audio URL Text input > Audio

Label
Audio URL
Helper text
Mime type must be audio/mpeg.
Slug
audio_url
Required
true
Can have default value
true
Filter code method
Telegram.sendMp3.setAudioUrl(string: audioUrl)

Caption Text input > Short text

Label
Caption
Helper text
Optional, 200 characters max.
Slug
caption
Required
false
Can have default value
true
Filter code method
Telegram.sendMp3.setCaption(string: caption)

Performer Text input > Short text

Label
Performer
Helper text
Optional
Slug
performer
Required
false
Can have default value
true
Filter code method
Telegram.sendMp3.setPerformer(string: performer)

Title Text input > Short text

Label
Title
Helper text
Optional
Slug
title
Required
false
Can have default value
true
Filter code method
Telegram.sendMp3.setTitle(string: title)