---
title: "Custom integrations"
slug: "custom-integrations"
updated: 2025-07-08T20:48:42Z
published: 2025-07-08T20:48:42Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.userflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom integrations

It’s possible to build whatever custom integration between Userflow, your own system or any other third-party provider using these simple building blocks:

- [REST API](https://docs.userflow.com/docs/api#userflow-api-reference): Let’s your own back-end send data to or request data from Userflow on demand. You can, for example, update users, get users, track events etc.
- [Webhooks](https://docs.userflow.com/docs/api#webhook-subscriptions): Makes Userflow notify your back-end when something changes in Userflow, such as an event being tracked. Your back-end can then sync this change into its own database or pass it on to a third-party provider.

We’re always happy to give inputs on any thing you’re looking to build. Just email us or write on the live-chat.
