Create a webhook endpoint
Register an HTTPS URL that receives signed event deliveries such as profile.updated.
secret (a whsec_... value) once. Store it right away; later reads show a masked version. If you lose it, delete the endpoint and create a new one.
Deliveries are signed with HMAC-SHA256 — see Events & signatures for the payload and how to verify them.Authorizations
Use an Orbit API key from the developer dashboard.
Body
A publicly reachable https:// URL. Slack incoming-webhook URLs are accepted and receive a formatted message instead of the raw JSON payload.
Events to deliver. Omit to subscribe to all supported events.
profile.updated, company.thesis.changed, company.alert, portfolio.changed Free-form label for your own bookkeeping.
Response
The endpoint, with its signing secret.
The endpoint URL. Secret-bearing URLs (for example Slack incoming webhooks) are shown redacted.
profile.updated, company.thesis.changed, company.alert, portfolio.changed The signing secret (whsec_...). Shown once, at creation. Store it right away.
profile.updated, company.thesis.changed, company.alert, portfolio.changed First characters of the signing secret, for identification.
