# POST /forms/submissions/internal-fill

**Resource:** [Forms](./forms.md)  
**MCP tool:** `create_internal_form_submission`  
**Scopes:** `forms:write`  
**Write operation:** yes

Create an internal-fill submission for staff entry. No email, PIN pre-cleared.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `template_id` | body | string | yes |  |
| `deal_id` | body | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/forms/submissions/internal-fill"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"template_id":"...","deal_id":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`