Business NXT configuration

Guide to configuring Business NXT - Create and link User, WebhookTarget, and Webhook Subscription tables. Support outlined for multiple targets and subscriptions per application.

To confiture Business NXT for webhooks, do the following:

  • Create a layout that contains the table User.
  • From the User table, join in WebhookTarget (via User name->User name).
  • From WebhookTarget join in WebhookSubscription (Webhook target->Line no.).
  • Save your changes.

You will need a user with the same name as the application client ID in the Developer Portal. If you set up for GraphQL you will probably have that already.

You can add multiple targets for the application and multiple subscriptions on each target. You will have to add one line of subscription per combination of company and table.

Last modified June 22, 2026