Every time I type /tw command with text, bot sends text to twitter with a command as well, so a tweet text would look like this /tw hello twitter.
The question is, how to exclude**/tw ** from a tweet to leave only text ??
Hello @georgygv, what is the action you’re using? Also may I ask for your action configuration if possible?
I’m using telegram bot for the first step with a trigger called “new bot command received” then as for the second step I’m using twitter trigger called “create user tweet”. So I made a new command via Botfather /tw that sends telegram message to twitter but it writes /tw command in the text as well.
@georgygv you can run Node.js code inside the {{ }}
expression, so that you can add logic to remove the first 3 characters in the value passed to the twitter - create user tweet action. The Node.js code to remove the first 3 characters can be googled quite easily