• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

API > Telegram, cannot parse a url as variable

Status
Not open for further replies.
Hi everyone,

To monitor my websites uptime, I have made a Telegram channel in which I launch alert to tell me when a site is down.

Problem is, part of the message is the domain name or URL, which contain a dot ( . ) .

So I receive this message:

Code:
{
    "ok": false,
    "error_code": 400,
    "description": "Bad Request: can\u0027t parse entities: Character \u0027(\u0027 is reserved and must be escaped with the preceding \u0027\\\u0027"
}

Any idea on how I can parse a whole variable and not escaping just the dots (Which I dont have access to?)
 
P

PabblyMember3

Guest
Hello @johndoe098790

We have checked your workflow and figured it out and made some changes to your workflow.

We have added Text Formatter to replace ( with \( and ) with \) as shown below:

1638882921554.png


We re-executed the failed history and got it worked fine.

Please check the same at your end.
 
Status
Not open for further replies.
Top