HeimPulse API

API keys vs. webhooks

Two different, complementary mechanisms it's easy to conflate.

View as Markdown

HeimPulse has two ways to connect external systems, and they’re opposites, not alternatives:

A concrete example of using both together: you might use a webhook to get notified the instant an incident opens, and an API key in the same automation to post a status update to it a few minutes later once your on-call engineer has confirmed root cause.

They don’t share credentials, scopes, or configuration - setting up one doesn’t affect the other.