Webhook response from make.com always says 'No res...
# support
h
Liek I've mentioned in the title, I'm always getting a No result Returned from Make.com. THe function gets called and the make operation successfully runs but for some reason the out put is not getting returned to the user. I've also ensured the tool id is correct for the calls. I've attached a few images for the logs returning No results returned. However in Make.com the results are successfully displayed. I've also shown how the make.com webhook response is sent. I would really appreciate any help. https://cdn.discordapp.com/attachments/1267717052429500467/1267717052584431668/image.png?ex=66a9cd02&is=66a87b82&hm=2c1bc6a0bda1c25e907c075c44657ac29c5397fc5f9fdee079c94cdf5dbc5535& https://cdn.discordapp.com/attachments/1267717052429500467/1267717052848668672/image.png?ex=66a9cd02&is=66a87b82&hm=d26b8d6690c259985658517f694053d88bd9a6ae6d03b8fd266b7dd7b01c3f2d& https://cdn.discordapp.com/attachments/1267717052429500467/1267717053134147714/image.png?ex=66a9cd02&is=66a87b82&hm=14b79d03447cba9cdfc60aa8e4659cfe36de5ba32302abd600664792f0b6d85e& https://cdn.discordapp.com/attachments/1267717052429500467/1267717053435875378/image.png?ex=66a9cd02&is=66a87b82&hm=ab902aa9c2b84f73a90a0ff29237d3adc668dca75b8b97305b7523f6fde9295a&
v
@Htrain It sounds like you're experiencing an issue with the integration between your Voice API and Make.com (formerly Integromat). Since the operation runs successfully on Make.com but the output isn't returned to the user, there might be a problem with the way the response is being captured or sent back from Make.com to your Voice API. Here are a few steps you can take to troubleshoot the issue: 1. **Check the Webhook Response Configuration**: Ensure that the webhook in Make.com is configured to send the response back to the correct URL endpoint of your Voice API. The response should be in the expected format that your Voice API can parse. 2. **Verify the Output Format**: Make sure that the data format of the output from Make.com matches what your Voice API expects. If there's a mismatch in the data structure or content type, the Voice API might not recognize the response. 3. **Inspect the Logs**: Review the logs you've attached more closely to identify any discrepancies or errors in the request and response cycle. Look for any status codes or error messages that could indicate where the breakdown is occurring. 4. **Test the Connection**: Try sending a test request from your Voice API to Make.com and observe the response. You can use tools like Postman or cURL for this. This will help you verify that the communication between the two services is functioning as expected. 5. **Review Make.com Scenarios**: Double-check the scenarios in Make.com to ensure they are active and configured correctly to handle the incoming requests and provide the appropriate responses. 6. **Contact Support**: If you've gone through these steps and are still facing issues, it might be best to contact Make.com support for assistance. They can provide more detailed guidance on how to configure the webhook response correctly. If you need further assistance or have specific questions about the Voice API, please provide more details or ask support for more info on this.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
v
@Htrain Thank you for providing more context. It seems like there might be an issue with the way the tool is set up or how the response is being handled after the Make.com operation completes. To assist you further, I would need to understand the specific configuration of your tool and how it's supposed to handle the response from Make.com. Since you've mentioned that you have attached images, unfortunately, as a text-based AI, I'm unable to view images directly. However, here are some general tips that might help you resolve the issue: 1. **Response Mapping**: Ensure that the data returned from Make.com is being correctly mapped to the fields or variables expected by your Voice API. There might be a mismatch in the expected schema. 2. **Content-Type Header**: Check if the
Content-Type
header in the response from Make.com is set correctly (e.g.,
application/json
for JSON responses). 3. **Status Codes**: Verify that Make.com is returning the correct HTTP status codes. A successful operation should typically return a
200 OK
status. 4. **Error Handling**: Implement error handling in your Voice API to capture any issues with the response from Make.com and log them for further investigation. 5. **Test Environment**: If possible, create a test environment where you can simulate the webhook call and observe the response without affecting your production environment. If you're still unable to resolve the issue after checking these points, please provide more specific details about the configuration or reach out to the support team for your Voice API or Make.com for more in-depth assistance.
h
Liek I've mentioned in the title, I'm always getting a No result Returned from Make.com. THe function gets called and the make operation successfully runs but for some reason the out put is not getting returned to the user. I've also ensured the tool id is correct for the calls. I've attached a few images for the logs returning No results returned. However in Make.com the results are successfully displayed. I've also shown how the make.com webhook response is sent. I would really appreciate any help.
The operations were successful though.
s
@Htrain please share the call id and timestamp.
h
@Shubham Bajaj was this ever fixed . I have the same issues
s
please create a new ticket and make sure returning the response in correct format. The issue never exists you are returning response in wrong format.
3 Views