# n8n Handler

## Response Messages

n8n supports a response webhook handler, so we&#x20;

In your response JSON

```
{
  "message": "..."
}
```

wfu-form-message

## Future

### Test Webhook Mode

n8n has a predictable test mode. &#x20;

It would be nice to be able to switch to it and have the URL automatically updated.&#x20;

```
https://sygnal-n8n-u1282.vm.elestio.app/webhook/<UUID>
https://sygnal-n8n-u1282.vm.elestio.app/webhook-test/<UUID>
```

Consider supporting special `webhook-test`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/sa5-forms/webhook-handler/n8n-handler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
