Onboarding
Create a merchant, generate API key, and connect WooCommerce.
Docs
Reference notes for merchant setup, WooCommerce integration, custom API use, and message lifecycle behavior.
Create a merchant, generate API key, and connect WooCommerce.
Render widget, proxy upload requests, and attach message IDs to orders.
Create, confirm, resolve, scan, and cancel GiftNote messages.
Expiry cleanup, analytics rollups, and QR printing workflow.
Install Velop GiftNote, paste your API key, and choose where the widget appears.
Set store name, logo, brand color, and recipient page CTA.
Messages are token-gated, delivered through signed URLs, and expire automatically.
Use the merchant API for custom storefronts or headless commerce flows.
POST /messages/create
Authorization: Bearer {apiKey}
{
"orderId": "1042",
"mediaType": "voice",
"mimeType": "audio/webm",
"fileSize": 482331
}Get an API key