NoCodeAPI

Telegram Bot API

Connect with Telegram Bot API and make a notification bot to send alerts into your chat or channel without writing any code and server setup. Just add the telegram nocodeapi endpoint into your tools webhook and you will ready to get hook events into the telegram

Send Text to Channel

Make POST request on this endpoint to send text to channel with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/telegram/<token>/sendText
				
			
– Request Parameters :
Object Description
text [Required] Pass the text
parse_mode [Optional] Mode for parsing entities in the message text.
disable_web_page_preview [Optional] Disables link previews for links in this message
disable_notification [Optional] Sends the message silently. Users will receive a notification with no sound.
reply_to_message_id [Optional] If the message is a reply, ID of the original message
allow_sending_without_reply [Optional] Pass True, if the message should be sent even if the specified replied-to message is not found

Send Object Data to Channel

Make POST request on this endpoint to send object data to channel with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/telegram/<token>
				
			
– Request Parameters :
Object Description
bindKeys [Optional] pass key values by comma those wants to filter
body [Required] Pass an array of row array into body
disable_web_page_preview [Optional] Disables link previews for links in this message
disable_notification [Optional] Sends the message silently. Users will receive a notification with no sound.
reply_to_message_id [Optional] If the message is a reply, ID of the original message
allow_sending_without_reply [Optional] Pass True, if the message should be sent even if the specified replied-to message is not found

– Body data format example:

{
    "email": "hello@nocodeapi.com",
    "notification": "payment",
    "source": "nocodeapi.com"
}

BLACK FRIDAY Month STARTED - Coupon: BF2023 for 50% OFF