Documentacion con Bruno, los eventos se redirigen

This commit is contained in:
2025-12-26 13:51:51 +01:00
parent a2c017d67f
commit ed5590a239
8 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
meta {
name: Launch Order
type: http
seq: 2
}
post {
url: {{host}}:{{port}}/webhooks/shopify/orders
body: json
auth: inherit
}
body:json {
{
"topic":"orders/create",
"id":"1234"
}
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -0,0 +1,26 @@
meta {
name: Subscribe To
type: http
seq: 1
}
post {
url: {{host}}:{{port}}/webhooks/subto
body: json
auth: inherit
}
body:json {
{
"host": "http://localhost",
"port": "3000",
"endpoint": "/test2",
"method": "POST",
"topic": "orders/create"
}
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -0,0 +1,8 @@
meta {
name: Webhooks
seq: 2
}
auth {
mode: inherit
}