How to call an action_server endpoint using python requests

I use the below one for a rest webhook image

I can’t find the endpoint that will call the action server as an url.

Could you please help me !?

Here’s an example with pytest.

1 Like

Thank you .

Also in the meantine on another subject . I would love to have a hint for custom slot .

For example:

from intent: I want 2 pizza peperoni and 3 mushroom. It gives the following value [(‘peperoni’,2),(‘mushroom’,3)]

Any ideas ?

Thanks in advance