Solved
Is there a size limit for listeners?
I am working on a ambient agent that is able to send notifications to 1 or more users. The listener is expecting a payload with an object that has email and the message to send to the user. I wanted to know if there is a size limitation on the API call coming into the listener. Trying to determine how much to limit the bulk api call size if needed.