Notifications Events triggering

Hi ,
Its regarding sending notifications by triggering an event. From VS code if we give the endpoint like below we are able to send the notification. but in gatlaing how we have to define. it?

Oh, so when you were talking about “Events” in your previous posts, you actually meant “Azure Event Hub”?
There was no way anyone could have guessed.

So no, there’s no built-in support for this product.
Maybe one could try building a support on top of the Java client library, but that’s not for the faint-hearted and not something we from Gatling Corp can help without a contract.

Regards

Yes Azure Event Hub, so gatling does not support this? my project is on Gatling tool only. anyother solutions?

Achieved it by using below endpoint in POST Method:

https://Eventhubnamespace.servicebus.windows.net/eventhubservicename/messages?timeout=60&api-version=2014-01

along with Authorization: SAS Token