Messaging - Scoped
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- API reference
The Messaging API provides methods to perform actions in a third-party messaging application.
This class requires the Messaging Notification plugin (com.glide.notification.messaging) and an integration with a third-party messaging application such as Slack or Teams. Use these methods in an action script in the Message Actions [messaging_observer_handler] table.
Use the sn_notification
namespace to access the Messaging
API.
Messaging - send(GlideRecord messagingApplication, String recipient, GlideRecord messagingContent, GlideRecord target)
Sends a custom message to a third-party application in response to a messaging event. For example, you can send a custom welcome message to a Slack channel when the Now Actions application installs.
Use this method in an action script in the Message Actions [messaging_observer_handler] table.
Type | Description |
---|---|
void |