Sending a custom notification in AWS Chatbot - AWS Chatbot

Sending a custom notification in AWS Chatbot

You can create custom notification content and post the message to the Amazon SNS topic used in your AWS Chatbot configuration. AWS Chatbot monitors the Amazon SNS topic and sends the custom notification to your configured channel.

Note

You can also customize notifications generated by Amazon EventBridge by using AWS Chatbot's event schema in Input transformers. For more information, see Tutorial: Use input transformer to customize what Amazon EventBridge passes to the event target in the EventBridge User Guide.

To send a custom notification to a chat channel
  1. Open the Amazon SNS console.

  2. Select the topic used in your AWS Chatbot configuration.

  3. Choose Edit.

  4. Ensure your topic is standard.

  5. Choose Save changes.

  6. Choose Publish message.

  7. In Message body, enter a JSON object using the custom notifications event schema.

  8. Choose Publish message.

  9. View your custom notification in your chat channel.