Configure the action
Leadping rejects unknown template variables and an empty rendered body for
POST, PUT, or PATCH.
Built-in request headers
Every request includes:Retries
When retries are configured, Leadping retries:- request timeouts;
- HTTP
408; - HTTP
429; and - HTTP
5xxresponses.
2xx response completes it.
The same automation run and action identifiers are reused across attempts. Design the receiver to deduplicate on those identifiers when repeating the side effect would be harmful.
Secure the receiver
- Expose only an HTTPS endpoint intended for this integration.
- Validate the expected content type and payload shape.
- Reject unknown automation or action identifiers when your application can maintain an allowlist.
- Apply request-size, timeout, and rate limits.
- Log identifiers and response status without logging sensitive lead data.
- Make processing idempotent.
Authorization, Cookie, Api-Key, X-Api-Key, and X-Leadping-Webhook-Token cannot be entered as ordinary action headers. If the receiver requires authenticated or signed delivery, do not rely on this action until Leadping exposes a supported credential or signing configuration for it.
