Listen for events across wallets, payments, minting, and credentials to automatically trigger reactions in your application
Crossmint’s platform operations—including wallet transactions, payment processing, NFT minting, and credential issuance—often require blockchain interactions or other asynchronous processing. These operations can take anywhere from a few seconds to several minutes depending on network conditions. Webhooks allow you to listen for events across Crossmint’s platform and automatically trigger reactions in your application when these operations complete.
Some cases where you may want to listen for event notifications include:
Webhooks are how services notify each other of events. At their core, they are simply POST requests to a pre-determined endpoint. The endpoint can be any URL you choose, and you can add them from the console.
Listen for events across wallets, payments, minting, and credentials to automatically trigger reactions in your application
Crossmint’s platform operations—including wallet transactions, payment processing, NFT minting, and credential issuance—often require blockchain interactions or other asynchronous processing. These operations can take anywhere from a few seconds to several minutes depending on network conditions. Webhooks allow you to listen for events across Crossmint’s platform and automatically trigger reactions in your application when these operations complete.
Some cases where you may want to listen for event notifications include:
Webhooks are how services notify each other of events. At their core, they are simply POST requests to a pre-determined endpoint. The endpoint can be any URL you choose, and you can add them from the console.