Can you use webhooks and APIs together?

Yes — most real integrations use both. A webhook tells you the instant something happens; an API lets you pull the full detail or push updates back. Core dna combines a REST API with a webhooks engine.

Yes, and in practice most integrations do. A common pattern is to let a webhook notify your system the moment an event occurs — say, a new order — and then use an API call to pull the full order record or push an update back to another system. The webhook handles the real-time trigger; the API handles the on-demand data exchange.

Core dna is built for exactly this. Our platform pairs a documented REST API with a webhooks engine, so you can react to events in real time and query or sync data on your own schedule from the same integration.