Receive your first Pivotal event on a local server in under five minutes. The flow: tunnel a local port to a public URL, register the URL as a Pivotal webhook endpoint, send a test event from the dashboard, verify the signature on receipt.
Pick whichever tunnel you already use. ngrok example:
Copy the https:// URL.
customer.created and task.completed for nowexport PIVOTAL_WEBHOOK_SECRET=… in your receiver shellIn the Webhooks dashboard, click your endpoint, then Send test event. Pick customer.created. Your terminal logs the event type + id, the dashboard shows a green check, and the Logs tab records the delivery with the full payload.
Stuck? Email help@pivotal.app with your endpoint URL and the Pivotal event id (evt_…) from the delivery log.