Webhooks Integration
You can integrate Webhooks with Asset Panda Pro to enable real-time data delivery to external systems whenever specific events occur within Asset Panda.
By automatically sending structured event data to configured endpoints, teams can trigger downstream workflows, keep third-party systems up to date, and build custom automations without polling or manual intervention. This integration is ideal for connecting Asset Panda Pro with workflow tools, middleware platforms, and custom applications that require immediate updates.
Webhooks can be triggered for the following events in Asset Panda Pro:
Record created
Record updated
Record deleted
Form submitted
Each event sends a standardized JSON payload to the configured webhook endpoint.
Prerequisites
Active Asset Panda Pro subscription with Administrator access
One or more externally accessible webhook URLs that can accept HTTP
POSTrequests
Set up the Webhook integration in Asset Panda
Webhooks are configured directly from the Automation page after enabling the integration from the Integrations Store.
Add the Webhooks Integration
Log into Asset Panda Pro with an administrator account
Navigate to
Settings > Account Management.Expand the appropriate account and module.
Click Manage in the Integrations card.
Select Integrations Store.
In the Webhooks tile, click Add.
Configure a Webhook automation
Go to the Automation page.
Create a new automation or edit an existing one.
Select a Trigger, such as:
When a record is created
When a record is updated
When a record is deleted
When a form is submitted
Select Action as Subscribe to Webhook.
Click Add URLs and enter one or more webhook endpoint URLs.
URLs must accept POST requests.
Save the configuration and test the webook.
Webhook payload format
Webhook payloads are delivered in standard JSON format. The payload includes structured event data relevant to the trigger type. Payload structure is predefined by Asset Panda and cannot be customized.
Limitations
Webhook URLs must be publicly accessible and capable of receiving
POSTrequests.There is no retry mechanism. If a webhook request fails or the receiving system is unavailable, the payload will not be resent.
Payload customization is not supported. Only the standard Asset Panda Pro JSON payload is delivered.
Authentication, validation, and security (such as secret keys or token-based verification) must be implemented and enforced by the receiving system.
Last updated

