Terminates the bird (stops bird flying)

Options:

OptionRequiredDescriptionExample
conclusiontrue(string) End message: The reason behind the termination (useful in condition or loop action)found the element

Example 1: Terminate the bird

{
  "action": "end-bird",
  "options": {
    "conclusion": "found the element"
  }
}