I am trying to replicate the FYI bot and I am stuck at the below step. I need help with the code on how to send a post request to irccat.etsy.com using slack outgoing webhook. I was able to create outgoing webhook but I am not sure what to keep in URL and also how to send a post request to irccat.etsy.com
Step I am trying to implement:
"When the :fyi: reacji is added to a Slack message (or the ?fyi irccat command is used), an outgoing webhook sends a POST request to irccat.etsy.com with the message details. This triggers a PHP script to save the message text to a SQLite database, and sends an acknowledgement back to the Slack incoming webhook endpoint. The acknowledgement says “OK! Added your FYI”, so the user knows their FYI has been successfully added to the database.
This App cannot be implemented using Events API so below is how I configured the Outgoing webhook. Outgoing Webhook
I need lead to use URL of outgoing Webhook and generate a post request to irccat.etsy.com