Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

using Apex.Oracle.com - how can I call an API that is HTTPS..

User_W5HEDOct 13 2021

I have developed a bot in Telegram.
I have an app built on https://apex.oracle.com/pls
I now want to call the telegram bot using below api call...
https://api.telegram.org/botxxxxxxxx-key/sendMessage?chat_id=999999&text="this is my message to telegram"
from the browser it works (obviously with the correct bot ID and the chat persons valid ID.

So all I need is my plsql code in apex.oracle.com to send that one line.
Alvin

Comments

Post Details

Added on Oct 13 2021
9 comments
1,093 views