Most recent version: v1.0.0
Was this helpful?
Learn more about this Listener type in .
Released on 02/20/2025
Added support for authentication check:
basic authentication
bearer token authentication
API key authentication
Released on 09/09/2024
Added strategy option to handle stacked JSON objects in a single request body. Example of request body:
{"data": "The first message"}{"data": "The second message"}{"data": "The third message"}
Released on 09/06/2024
host has been removed from metadata parameters and now uses 0.0.0.0 by default.
host
0.0.0.0
Released on 07/28/2024
Initial version