Error posting to telegram

Status: Closed · Asked by mustafamohsen on · 0 views

mustafamohsen — Question ·

Hi
I'm trying to post to Telegram, but I receive the following error:
Bad Request: can't parse entities: Character '.' is reserved and must be escaped with the preceding '\'
Please help

Pabblymember11 — Reply ·

Hey @mustafamohsen

Due to the reserved nature of the Telegram character "." it must be escaped with the preceding "."

Here is what you can do.

In your current title. Replace all instances of the dot "." with slashdot "\."

and then use that string on your WordPress step.

You need to add a new step above the WordPress step as shown below.

Back to all forum threads · Log in to reply