@disanj
I apologize for the confusion. If your make.com scenario is working correctly and the webhook response format is correct, then the issue likely lies in how your assistant is processing the webhook response. Here's what you can do to troubleshoot further:
1. Review the Assistant's Integration Configuration:
- Double-check that the assistant's integration settings are correctly mapped to accept the date and time values from the make.com scenario.
- Ensure that the assistant is not just acknowledging the webhook's success status but is actually set to relay the content of the response.
2. Inspect the Assistant's Script or Code:
- Look at the part of the code or script where the response from make.com is handled.
- Verify that the variables for the date and time are being correctly assigned from the webhook response.
- Check for any hardcoded responses that might be overriding the dynamic content.
3. Test the Assistant Locally (if possible):
- If you have the ability to run the assistant in a local or development environment, try to simulate the webhook response to see how the assistant processes it.
4. Consult Documentation or Forums:
- Review the documentation for the assistant platform to ensure you haven't missed any configuration steps.
- Search for forums or community discussions related to your issue, as others might have encountered and solved a similar problem.
5. Reach Out for Support:
- If you're still unable to resolve the issue, consider reaching out to the support team of the assistant platform you're using. They may be able to provide more specific guidance based on their system's logs and your configuration.
If you need further assistance with this, please let me know, and I can help guide you through the process or provide additional support.