Which api should I use to make server to do action "utter_greet"

when I post to http://localhost:5055/webhook with { “next_action”:“utter_greet” } It seems this api can only do custom action , but other actions with pre-define responses can work I can’t find another api, can anybody help me