n8n
Use an HTTP Request node after the step you care about. Paste your PINGSLAP webhook URL into the URL field, set method to POST, and send JSON.
{ "title": "n8n workflow", "message": "A lead reached the quote step" }Automation
Automation tools are a good fit for PINGSLAP because they can send webhook requests from their servers after a form, spreadsheet, CRM, or scheduled job runs.
Use an HTTP Request node after the step you care about. Paste your PINGSLAP webhook URL into the URL field, set method to POST, and send JSON.
{ "title": "n8n workflow", "message": "A lead reached the quote step" }Use Webhooks by Zapier as an action, usually Custom Request or POST. Paste the PINGSLAP URL as the request URL and map fields from earlier Zap steps.
{ "title": "New Zapier lead", "message": "{{Name}} submitted {{Form}}" }Add an HTTP module to make a request to your PINGSLAP webhook URL. Use POST and application/json when building the request body.
{ "title": "Make scenario", "message": "Payment follow-up needed" }Automation tools can send a lot of data. For phone notifications, send the few fields a person needs immediately, then link to the full record in your CRM or workflow history.
After saving the workflow step, use Verify Integration to confirm the test alert and a real workflow run both work.