Quickstart
Create your first webhook subscription!
Start to subscribe to a webhook 🚀
- From your NFT Management Platform, go to Webhooks.
- Create a new subscription.
In the form, the
connectionName
and thedestinationName
should have a specified format. The format should follow/^[A-z0-9-_]+$/
.
- Fill the
connectionName
to give a name to your webhook subscription. - Select the
event
type. - Fill
destinationName
to set a label to your endpoint and then receive events. - Enter the endpoint to receive events.
Updated about 1 year ago