How could I remove response from webhook?

I don’t want to receive content in the response, when have a POST webhook to n8n:

{“message”:“Workflow got started.”}

How could I remove this? (Silent mode)

Ex: this is not very necessary for notify any status info in slack

This is possible by setting “Response Mode => Last Node”. It then returns the data of the last executed node instead.

If your workflow runs however longer that is probably not possible. It is planned to allow to overwrite the default message in the future but that has not been implemented yet.

Yeah, it has a notification from slack, before the last node send response

/sk_set failed with the error “operation_timeout”

I think a silent response is better than lack of response

Yes exactly that would then the problem be. So right now there is sadly no work around for that.