I created an app, and to use it at scale, I started using the Monday queue.
When I send a message using the Python SDK, I receive an API response with a message ID.
However, according to the documentation, the queue should send the message back to the /mndy-queue
endpoint, but I am not receiving it.
What could be the issue?