Automation

Alert your phone from a workflow.

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.

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" }

Official n8n webhook docs

Zapier

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}}" }

Official Zapier webhook docs

Make

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" }

Official Make webhook docs

Good alert moments

  • A high-value form submission arrives.
  • A workflow fails after retries.
  • A client approval is needed.
  • A scheduled report finds a problem.

Keep alerts human-sized

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.