-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
Describe the event source. What app is this for, and what event does the trigger correspond to?
Event source: QuickBooks Online Webhooks – Data Change Notifications for the Purchase entity. When you subscribe to Purchase.create and Purchase.update events, QuickBooks will POST to your endpoint any time a Purchase (including a Check, since Checks are just Purchases with PaymentType: "Check") is created or modified.
Trigger corresponds to:
Purchase.create – fires when a new Purchase/Check is created in QBO
Purchase.update – fires when an existing Purchase/Check is updated in QBO
In your workflow you can then inspect the incoming payload’s PaymentType field and only proceed if it’s "Check".
Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
Purchase (Check) entity
https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#operation/PurchaseCreate
(see also the “Update a Purchase” operation)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status