output
Set the output for the most recently added webhook. The
FunctionResult template
is filled with response data after the API call succeeds.
Always set a fallbackOutput so the AI has something meaningful
to say even when external APIs are unavailable.
Parameters
result
A FunctionResult defining the response template. Use ${response.field} to
reference API response fields.
Returns
DataMap — Self for method chaining. Throws an Error if no webhook has been
added yet.