Execute an url in a command

Hello everyone,

I want to make a command that will execute an url of a prefilled google form and will response the text in the chat: “Thank you,…”.
So i made the following value: “$urlcall(url) Thank you”. But my “Thank you” Text will not be bisplayed.

Where is my fault?
I hope you can answers me.
The urlcall works fine.

Hello,
The command returns text? or there is no return of the bot?

Hello, there is no return of the text, but the urlcall works

The problem must come from the fact that the url returns a block of text, the text is so huge that the sending in the chat is blocked.

Try this $urlcall(url,0,1) :slight_smile:

Thank you very much. It works!

@Dere011 What is the meainung of the parameters with the values 0 and 1?

$urlcall(url,stop_if_fail(0/1),no_return(0/1))

:slight_smile:

1 Like

Thank you very much :slight_smile:

This post has been closed. Please contact a moderator if you have questions!