Skip to main content
Dawmly

Developers

Manage REST API keys, configure webhooks, and inspect webhook delivery logs.

Available from the Starter plan.

What this screen is for

The Developers portal provides technical tools for integrating Dawmly with external systems like ERPs, payroll engines, or custom workflows. It allows organization administrators to generate REST API keys, register HMAC-secured webhook endpoints, send test event payloads, and inspect real-time webhook delivery logs.

The screen at a glance

The Developers screen showing API keys management and webhook configuration

How to create an API key

  1. Navigate to the API Keys tab.
  2. Enter a descriptive Key name (e.g., "ERP Integration").
  3. Click Create API Key.
  4. In the dialog that appears, copy the full secret API key immediately and store it securely (it will never be displayed again).

How to register a webhook

  1. Switch to the Webhooks tab and click + Add Webhook.
  2. Enter your endpoint Webhook URL (must use HTTPS in production).
  3. Optionally provide a custom signing secret (or leave blank to autogenerate) and a description.
  4. Check the specific event types you want to subscribe to.
  5. Click Save Webhook.
  6. Click Send test on the newly created webhook to verify endpoint connectivity and view the delivery record.

Notes and limits

Back to the manual Open the dashboard