<@1085584408293150813> , see below the details from the call to Voiceflow module in Make - input and output. Also, see in screenshot attached that even publishing as "Production" the API is receiving/activating the "Development" version, while a test using voice (I don't know who called) appears as "Production". Could you help me to find out where is the cause of the problem? INPUT: [ { "ca": null, "qs": [], "url": "https://general-runtime.voiceflow.com/state/user/__MOBILE_NUMBER__/interact", "data": "{\n \"versionID\": \"__VERSION_ID__\",\n \"action\": {\n \"type\": \"text\",\n \"payload\": \"Onde fica a empresa?\"\n },\n \"config\": {\n \"tts\": false,\n \"stripSSML\": true,\n \"stopAll\": false,\n \"excludeTypes\": [\n \"block\",\n \"debug\",\n \"flow\"\n ]\n }\n}", "gzip": true, "method": "post", "headers": [ { "name": "Authorization", "value": "__VF_API_TOKEN__" } ], "timeout": null, "useMtls": false, "authPass": null, "authUser": null, "bodyType": "raw", "contentType": "application/json", "serializeUrl": false, "shareCookies": false, "parseResponse": true, "followRedirect": true, "useQuerystring": false, "followAllRedirects": false, "rejectUnauthorized": true } ] OUTPUT: [ { "statusCode": 200, "headers": [ { "name": "date", "value": "Wed, 17 Sep 2025 16:17:54 GMT" }, { "name": "content-type", "value": "application/json; charset=utf-8" }, { "name": "content-length", "value": "2" }, { "name": "connection", "value": "keep-alive" }, { "name": "cf-ray", "value": "9809ea9c1d832045-IAD" }, { "name": "vary", "value": "Origin, Accept-Encoding" }, { "name": "access-control-allow-credentials", "value": "true" }, { "name": "content-security-policy", "value": "default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests" }, { "name": "x-dns-prefetch-control", "value": "off" }, { "name": "expect-ct", "value": "max-age=0" }, { "name": "x-frame-options", "value": "SAMEORIGIN" }, { "name": "strict-transport-security", "value": "max-age=31536000; includeSubDomains; preload" }, { "name": "x-download-options", "value": "noopen" }, { "name": "x-content-type-options", "value": "nosniff" }, { "name": "x-permitted-cross-domain-policies", "value": "none" }, { "name": "referrer-policy", "value": "no-referrer" }, { "name": "x-xss-protection", "value": "0" }, { "name": "x-ratelimit-limit-env", "value": "1000" }, { "name": "x-ratelimit-remaining-env", "value": "998" }, { "name": "x-ratelimit-reset-env", "value": "41" }, { "name": "etag", "value": "W/\"2-l9Fw4VUO7kr8CvBlt4zaMCqXZ0w\"" }, { "name": "cf-cache-status", "value": "DYNAMIC" }, { "name": "set-cookie", "value": "__cf_bm=BYcIvUgN0QI87DRjclmq83813QdMWW0yl48YU852rwg-1758125874-1.0.1.1-1A3Cbfs8Jz2xVylTAcEhmwjDGK.LC1H9mgi_I7a6Ko7OGN85cnmWs76pX57nw5ULpOw379A3HDOI1rHALx49wEx5rxCOpyj.8E_JwuzY1T4; path=/; expires=Wed, 17-Sep-25 16:47:54 GMT; domain=.voiceflow.com; HttpOnly; Secure; SameSite=None" }, { "name": "server", "value": "cloudflare" } ], "cookieHeaders": [ "__cf_bm=BYcIvUgN0QI87DRjclmq83813QdMWW0yl48YU852rwg-1758125874-1.0.1.1-1A3Cbfs8Jz2xVylTAcEhmwjDGK.LC1H9mgi_I7a6Ko7OGN85cnmWs76pX57nw5ULpOw379A3HDOI1rHALx49wEx5rxCOpyj.8E_JwuzY1T4; path=/; expires=Wed, 17-Sep-25 16:47:54 GMT; domain=.voiceflow.com; HttpOnly; Secure; SameSite=None" ], "data": [], "fileSize": 2 } ]