Let's get your deployment started

Questions about the architecture, help with onboarding, or just want to talk through your use case — we're here.

Get in touch

We typically respond within one business day.

Please enter your first name.
Please enter your last name.
Please enter a valid email address.
Please enter a message.

No spam. Your details are used only to respond to your enquiry.

Message sent

Thanks for reaching out. We'll get back to you at the email address you provided within one business day.

Other ways to reach us

📖

Documentation

Full architecture reference, API contract, and onboarding guide available in the docs.

Read the docs →
📊

Dashboard

View all features, architecture slides, and the full API surface on the dashboard page.

Open dashboard →

Response time

We aim to respond to all enquiries within one business day (Mon–Fri, CET).

Frequently asked questions
Do I need a separate Azure subscription?
Yes. SP Notify runs on your own Azure Functions and SQL infrastructure. You bring the Azure subscription; we provide the code and architecture.
Does it work with SharePoint on-premises?
No — SP Notify is designed for SharePoint Online. It relies on SharePoint's cloud webhook infrastructure and Azure AD for authentication.
How do I add a second tenant?
Register a new Entra app in the target tenant, deploy the SPFx .sppkg, and POST to /api/configmngr/create with the tenant credentials. No code changes needed.
Is the webhook endpoint public?
Yes — SharePoint requires a publicly accessible HTTPS endpoint to deliver webhook payloads. The endpoint validates clientState on every request to prevent spoofing.
Can users receive both email and Teams?
Each alert has one DeliveryMethod. Users can create multiple alerts on the same list — one for Email and one for Teams — to receive notifications on both channels.