Is there another API similar to skill messaging API that does not require a user Id?
Or is there a way for skill messaging API to work without a userId?
I want to make use of skill messaging api(which requires a userId) to send message to the skill endpoint and trigger the proactive event api multicast(which does not require a user id) inside the skill code.
Thank you