Setup

Send your first PINGSLAP alert.

A Space is the place where related alerts live. Make one for each website, client, project, or workflow you want to keep separate.

  1. Create a Space. Open PINGSLAP on your iPhone, create a Space, and give it a name you will recognize later, such as “Website Leads” or “Server Errors.”
  2. Copy the webhook URL. Open the Space integration details and copy its webhook URL. Treat this URL like a password because anyone with it may be able to send alerts to that Space.
  3. Send a test alert. Paste the URL into your form plugin, automation tool, backend, curl command, or API client. Use a simple title and message for the first test.
  4. Receive the notification. Confirm your phone receives the alert. If nothing arrives, check notification permissions, the webhook URL, and the test response.

First test payload

{
  "title": "Test alert",
  "message": "PINGSLAP is connected"
}