Slack incoming webhooks tester

Test submitting payloads to Slack incoming webhooks

Built with Quant Edge Functions.

JSON Payload

{
'text': 'Hello, Slack!',
'attachments': [
{
'color': '#36a64f',
'pretext': 'Pretext',
'title': 'Title',
'title_link': 'https://example.com',
'footer': 'Footer',
'footer_icon': 'https://platform.slack-edge.com/img/default_application_icon.png'
}
]
}

cURL Command

curl -X POST -H 'Content-type: application/json' --data '{
'text': 'Hello, Slack!',
'attachments': [
{
'color': '#36a64f',
'pretext': 'Pretext',
'title': 'Title',
'title_link': 'https://example.com',
'footer': 'Footer',
'footer_icon': 'https://platform.slack-edge.com/img/default_application_icon.png'
}
]
}' YOUR_SLACK_WEBHOOK_URL

What is Quant?

QuantCDN is an all-in-one CDN and Jamstack solution.

Our content delivery network spans over 90 points of presence globally to provide minimal latency to your customers around the world. Our rich feature-set includes CDN, WAF, image optimization, tiered caching, static snapshots, failover, serverless functions, and much more.

This IP address lookup tool is provided free of charge and built using our Edge Functions, which allow for dynamic Javascript to execute directly at edge.

Icons representing Quant CDN Services