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

# Endpoint

> Configure and manage detailed endpoint settings for AI agent integrations and webhook communications.

## 📝 Basic Endpoint Information

* **Title** - Agent identifier associated with the endpoint (e.g., n60hIfrJ8r)

* **URL** - Complete webhook URL for API communications

* **Method** - HTTP POST method for API calls

* **Back Button** - Return to agent listing without saving changes

<img src="https://mintcdn.com/rizler/HtoSszKap3tnTnP_/images/ai/AI-agent/endpoint/image1.png?fit=max&auto=format&n=HtoSszKap3tnTnP_&q=85&s=228b7293b3e3efefe910c3edd90d3f81" alt="" width="1217" height="908" data-path="images/ai/AI-agent/endpoint/image1.png" />

## 🛠️ Dynamic Field Management

**📖 Overview**
Dynamic Field Management allows companies to customize and configure data fields according to their specific business requirements. This flexible system enables organizations to collect relevant customer information that aligns with their CRM structure and business processes.

### 📋 Form Data

* **phone\_number** – Customer phone number
* **email** – Customer email address
* **first\_name** – Customer's first name
* **last\_name** – Customer's last name
* **email\_Address** – Alternate email address
* **address** – Street address
* **city** – City name
* **zip\_code** – Postal/ZIP code
* **country** – Country information
* **phone\_number1** – Additional/alternative phone number
* **audiencecalbid** – Audience Calendar ID
* **new\_user\_field** – Custom user-provided field
* **wayan\_cf** – Wayan custom field (purpose defined by workflow)
* **ghl\_contact\_id** – GoHighLevel contact ID
* **override\_agent\_id** – Override default agent ID
* **local\_presence\_number** – Yes/No.

>

### 📞 **How local presence number selection works:**

> When **local\_presence\_number** is enabled (Yes):
>
> * The system tries to auto-pick a number matching the recipient's area code for local presence effect.
> * The number must belong to the same company as the AI agent.
> * Only numbers with a **Spam Status** of `Clean` are eligible.
> * The number must not have reached its daily outbound call limit (**calls\_per\_number**). By default, this is 50 calls per day, but each company can configure this limit in their AI settings profile.
> * The system counts today's outbound calls for each number (`ai_call_histories` where `direction = "outbound"` and `created_at` is today) and only considers numbers still below the limit.
>
> If a qualifying number is found, it dynamically overrides the default `from_number` for this call. If no such number is available, the agent's default caller ID is used.

<img src="https://mintcdn.com/rizler/97rVYHi6QFN91BdP/images/ai/AI-agent/endpoint/image2.png?fit=max&auto=format&n=97rVYHi6QFN91BdP&q=85&s=cec6e0281a3ab8743a10a5edd13dd4c8" alt="" width="1167" height="597" data-path="images/ai/AI-agent/endpoint/image2.png" />

## ⚡ Quick Actions

<CardGroup cols={2}>
  <Card title="View Endpoint Details" icon="eye">
    Access complete endpoint configuration and URL parameters
  </Card>

  <Card title="Test Endpoint" icon="play">
    Validate endpoint functionality with test data submissions
  </Card>

  <Card title="Monitor Activity" icon="chart-line">
    Track endpoint usage and response performance
  </Card>

  <Card title="Update Configuration" icon="gear">
    Modify endpoint settings and form data parameters
  </Card>
</CardGroup>
