I want to push my generated url to slack, is there any possibilites to push?
curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' YOUR_WEBHOOK_URL_HERE
I have tried this for text and it worked well
I want to push url in the same way