Ultimate Purchase Order’s Webhooks allow you to integrate or sync the purchase orders created in the app to third-party software like Google Sheets, Xero, etc.
<aside>
💡 Use platforms like Zapier.com or Make.com to connect Ultimate Purchase Orders to your third-party software.
</aside>
Webhook Events
You can create webhooks and listen to the following events in the application.
- Purchase Order Creation
- Purchase Order Updation
- Purchase Order Deletion
- Purchase Order Completion
Creating First Webhook
<aside>
⚠️ Webhooks are available only on the Enterprise Plans.
</aside>
To create a webhook, follow the below steps.
- Go to Settings → Webhooks and click on the ‘Add Webhook’ button.
- Enter a name for the Webhook.
- Enter the URL (POST) that the application should pass the data to.
- Choose a topic for the Webhook.
- If you need to authenticate the requests sent by the application, please add a Webhook Secret to the Webhook. Authentication is optional but we highly recommend it.
- Review the details and click the button ‘Add’ to create your webhook.