Configure Email Templates

Hello Everyone,

Gateway Version 10.11

I have configured email alert for performance monitoring, below is my template i want to add response code and response in the alert. I have tried Response Code: @response_code Response Message: @response_message but this is not working.

I found this in documentation link related to this. This link has very limited attributes.

https://documentation.softwareag.com/webmethods/api_gateway/yai10-11/10-11_API_Gateway_webhelp/index.html#page/yai-webhelp/ta_configure_email_template.html

Current Template

Runtime_Policy: @policy_action_name
API: @api_name
Version : @version
Operation or Resource_Name: @operation_resource_name
Native endpoint: @native_endpoint
Action type: @actionType
Attribute: @attribute
Consumer_Name: @consumer_name
Consumer_ID: @consumer_ID
Alert Message: @alertMessage

Thanks