Custom Output
Output settings
Now you have the ability to customize the output for email, webhook, and Slack. Embed all the information that is crucial for you by using the complete set of additional keys available in your logs; auto-completion will assist you in this process.
danger
There is a limitation of 4 000 characters in your output message if your output channel is a Slack.
Slack templates
here is a list of potential template you can use is your Slack custom output.
Xano slow API Endpoint
{
"blocks": [
{
"type": "rich_text",
"elements": [
{
"type": "rich_text_section",
"elements": [
{
"type": "text",
"text": "🐌 Slow Xano API Endpoint 🐌",
"style": {
"bold": true
}
}
]
},
{
"type": "rich_text_quote",
"elements": [
{
"type": "text",
"text": "API Name: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{API_Name}}"
},
{
"type": "text",
"text": "\n\nExecution Time (seconds): ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{Execution_Time_Seconds}}"
}
]
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on ncScale",
"emoji": true
},
"value": "open_log_ncscale",
"url": "{{ncscale_url}}"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on Xano",
"emoji": true
},
"value": "open_log_xano",
"url": "{{Log_URL}}"
}
]
}
]
}
Xano warning message
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*⚠️ New Xano Warning ⚠️* \n\n *user_email*: {{user_email}} \n\n *Message:* {{message}}"
}
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on ncScale",
"emoji": true
},
"value": "open_log_ncscale",
"url": "{{ncscale_url}}"
}
]
}
]
}
Bubble error message
{
"blocks": [
{
"type": "rich_text",
"elements": [
{
"type": "rich_text_section",
"elements": [
{
"type": "text",
"text": "🚨 New Bubble Error 🚨",
"style": {
"bold": true
}
}
]
},
{
"type": "rich_text_quote",
"elements": [
{
"type": "text",
"text": "User email: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{user_email}}"
},
{
"type": "text",
"text": "\n\nError Message: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{message}}"
}
]
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on ncScale",
"emoji": true
},
"value": "open_log_ncscale",
"url": "http://ncscale.io"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on Bubble",
"emoji": true
},
"value": "open_log_ncscale",
"url": "http://ncscale.io"
}
]
}
]
}
Make error
{
"blocks": [
{
"type": "rich_text",
"elements": [
{
"type": "rich_text_section",
"elements": [
{
"type": "text",
"text": "Make Error",
"style": {
"bold": true
}
}
]
},
{
"type": "rich_text_quote",
"elements": [
{
"type": "text",
"text": "Scenario ID: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{scenario_id}}"
},
{
"type": "text",
"text": "\n\nError Message: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{message}}"
}
]
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on ncScale",
"emoji": true
},
"value": "open_log_ncscale",
"url": "{{ncscale_url}}"
}
]
}
]
}
Zapier error
{
"blocks": [
{
"type": "rich_text",
"elements": [
{
"type": "rich_text_section",
"elements": [
{
"type": "text",
"text": "Zapier Error",
"style": {
"bold": true
}
}
]
},
{
"type": "rich_text_quote",
"elements": [
{
"type": "text",
"text": "Message: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{message}}"
}
]
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on ncScale",
"emoji": true
},
"value": "open_log_ncscale",
"url": "{{ncscale_url}}"
}
]
}
]
}
n8n error
{
"blocks": [
{
"type": "rich_text",
"elements": [
{
"type": "rich_text_section",
"elements": [
{
"type": "text",
"text": "n8n Error",
"style": {
"bold": true
}
}
]
},
{
"type": "rich_text_quote",
"elements": [
{
"type": "text",
"text": "Workflow ID: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{workflow_id}}"
},
{
"type": "text",
"text": "\n\nError Message: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{message}}"
}
]
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on ncScale",
"emoji": true
},
"value": "open_log_ncscale",
"url": "{{ncscale_url}}"
}
]
}
]
}
Weweb error
{
"blocks": [
{
"type": "rich_text",
"elements": [
{
"type": "rich_text_section",
"elements": [
{
"type": "text",
"text": "Weweb Error",
"style": {
"bold": true
}
}
]
},
{
"type": "rich_text_quote",
"elements": [
{
"type": "text",
"text": "Message: ",
"style": {
"bold": true
}
},
{
"type": "text",
"text": "{{message}}"
}
]
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Log on ncScale",
"emoji": true
},
"value": "open_log_ncscale",
"url": "{{ncscale_url}}"
}
]
}
]
}