is there anyway possible to send the message in the URL params instead of sending a JSON ? i am looking for a format like this
http://localhost:5005/webhooks/rest/webhook?sender=test1&message=hello
is there anyway possible to send the message in the URL params instead of sending a JSON ? i am looking for a format like this
http://localhost:5005/webhooks/rest/webhook?sender=test1&message=hello
You could make your own copy of the rest channel and modify it to accept the values in the query params. You’ll find that in the source here.