@ML.Nobru
I'm here to help! It sounds like you're having trouble with handling webhook events in Make (formerly Integromat). To resolve this, you'll want to ensure that your webhook in Make is set up correctly to receive and process the events. Here are some steps you can follow:
1. **Check the Webhook URL**: Ensure that the URL you've provided to the external service is correct and that it matches the one generated by Make.
2. **Verify the Data Format**: Make sure that the data being sent by the external service is in a format that Make can understand, typically JSON.
3. **Inspect the Webhook in Make**: Look at the webhook settings in Make to ensure it's expecting the correct method (GET, POST, etc.) and that you have mapped the incoming data to the correct fields in your scenario.
4. **Test the Webhook**: Use the built-in testing tools in Make to send a test request to your webhook. This can help you debug the issue.
5. **Check for Errors**: Review any error messages or logs provided by Make to see if there are any clues as to why the events are not being marked correctly.
6. **Consult Make Documentation**: Refer to the Make documentation for webhooks to ensure you haven't missed any steps in setting up your webhook.
If you've gone through these steps and are still facing issues, it might be best to reach out to Make's support team for more specific guidance. They can provide detailed assistance tailored to your particular setup and scenario.