Skip to main content

Hi everyone, I have an issue that I would like to share in case anyone knows how to solve it.

I’m currently looking for a way to send messages to multiple end users by Google Chat. I don’t want to send messages to a group, but instead to end users. 

I noticed that Celonis provides a module called "Inject Message Into Room", but I need the webhook URL from each user. Additionally, I cannot send messages bigger than 4096 characters.

Does anyone know if there is another module where I can use just the email address from users to send a message through Google Chat to each one of them, and change the length of the message body limitation, since there are some messages that might exceed the 4096 characters.

Thanks!

 

Hello,

 

The typical integration requires connecting via a service account and interacting with spaces (rooms) or webhooks, not individual user DMs by email.Regarding the message length limitation, the documentation does not specify a way to change or bypass the 4096-character limit for Google Chat messages. This limitation is likely imposed by Google Chat itself, not Celonis, and is a standard restriction for message payloads in Google Chat APIs.If you need to send messages longer than 4096 characters, you would need to split your message into multiple parts programmatically before sending, as there is no built-in way to increase this limit in the Celonis modules or Google Chat API.For more details, you can refer to the Celonis documentation on Google Chat integration: Celonis Google Chat Integration Guide.If you require functionality beyond what is described, such as sending messages directly to users by email or bypassing message length limits, you may need to consider alternative approaches or contact Celonis support for feature requests.