Order notifications
documentedWebhook payloads delivered to your configured callback URL when orders change status.
POST your-callback-urlNotification Eventsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.neto.com.au/v1/notification-events-webhooks" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "NETOAPI_KEY: {{NETO_API_KEY}}" \
-d '{"callback_url": "{{$callback_url}}", "events": ["Order"]}'