Webhooks in nakama

Hello.
I am developing my first multiplayer game and I am using Nakama as backend and Gamelift for all the matchmaking.

I was able to integrate the Gamelift sdk on my nakama server and create a “GameSessionPlacement” and now I need to have and http endpoint on nakama where the result of the placement can be notified.
Is there something like this in Nakama?
If not, is there anything can use to receive asynchronic notifications (push notifications maybe)

Thanks in advance
Claudio

Hi @calamas,

You could use a custom RPC to act as the webhook HTTP endpoint. You can call this with the following URL:

http(s)://<nakamaHost>/v2/rpc/<rpcId>?http_key=<httpKey>&payload=<jsonPayload>