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

# Fetch Form Data from One CRM to Another

> Move form submissions between CRMs instantly.

## Fetch Form Data from One CRM to Another

**Form submitted → CRM A → CRM B → AI Call**

***

<CardGroup cols={1}>
  <iframe width="720" height="400" src="https://www.loom.com/embed/60153f2a9ca34aca84f893c6a401a0cd" title="Form to CRM to AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />
</CardGroup>

***

### Example Flow

```mermaid theme={null}
graph LR
  A[Website Form] --> B(CRM A: HubSpot)
  B --> C[Webhook]
  C --> D(CRM B: GHL)
  D --> E[CloserX AI Call]
```
