> For the complete documentation index, see [llms.txt](https://docs.stacksync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stacksync.com/connectors/acumatica/configure-push-notifications-for-acumatica/create-an-acumatica-push-notification.md).

# Create an Acumatica Push Notification

## Create a Push Notification

Create a Push Notification in Acumatica to send record changes to Stacksync.

### 1. Create the notification

Open **Push Notifications** in Acumatica and create a new notification.

<div align="left"><figure><img src="/files/CvgUPE08QvV8ihFKV077" alt=""><figcaption></figcaption></figure></div>

Configure:

* **Destination Name:** Enter a descriptive name, such as `Stacksync_Customer`
* **Destination Type:** Select `Webhook`
* **Active:** Enable this option<br>

  <figure><img src="/files/OXK07i5SqrhyxuP94b5i" alt=""><figcaption></figcaption></figure>

### 2. Add the webhook address

In **Address**, enter the webhook URL provided by the Stacksync team.

For two-way sync, the URL may follow this format:

```
<url>?baseId=<base_id>&appId=<app_id>
```

The Stacksync team will provide the complete URL, including the correct `base_id` and `app_id`.

For Agentic Workflows, use the workflow-specific URL provided by the Stacksync team.

<figure><img src="/files/ysIFXtdslaQm92KkBIYy" alt=""><figcaption></figcaption></figure>

### 3. Add authorization

Configure:

* **Header Name:** `Authorization`
* **Header Value:** `Bearer <token>` \ <br>

  <figure><img src="/files/vWTXImWHSkAtlI62ybfz" alt=""><figcaption></figcaption></figure>

The Stacksync team will provide the bearer token.

Do not share or expose this token.

### 4. Add the Generic Inquiry

Open the **Generic Inquiries** tab and click **Add (+)**.

<figure><img src="/files/RPMQYtWBRXsXpKCgcfTd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lplZr9wAtO77u7g4Olqu" alt=""><figcaption></figcaption></figure>

Then:

1. Enable **Active**.
2. Select the Generic Inquiry created in the [previous step](https://docs.stacksync.com/connectors/acumatica/configure-push-notifications-for-acumatica/pages/7uEByIX0Sfm6KgexO7zY#id-2.-create-a-generic-inquiry).
3. Choose how Acumatica should track changes:
   * Enable **Track All Fields** to trigger a notification when any field changes.
   * Leave **Track All Fields** cleared and add specific fields in the **Fields** section to trigger notifications only for those fields.

When tracking specific fields, add every field that should trigger a real-time update.

<figure><img src="/files/dKWkJHN2PnJjovxKdO0G" alt=""><figcaption></figcaption></figure>

### 5. Save the notification

Click **Save** after completing the configuration.

Acumatica will send a notification to Stacksync whenever one of the configured fields changes.

<figure><img src="/files/wuVTJyU8GKtIH2SaBLzB" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Acumatica sends a notification when one of the selected fields changes. Add each field that should trigger a real-time update.
{% endhint %}

\
If you have any questions or run into any blockers, reach out anytime at <hello@stacksync.com> and the Stacksync team will be happy to help.
