Simple boolean response

Hoping this is a simple one for someone who knows the answer. I am using an API which sends me webhooks. To acknowledge the successful processing of the webhook I have to return a 200 code + the word success.

I have used the response step and put success in as a text response. In Postman, I can see that this comes back as "success" (with the quotation marks).

The webhook is being persistently retried so it is not accepting the response as is, and they've told me I need to respond with just:
success

So no quotation marks, just the word success. I guess it's the difference between sending a Boolean value of success vs a string "success".

Anyway, is there a way to do this within Wappler?

Setup is Wappler 6.8, Node, Docker

Many thanks

Amazing - that works. Thank you!