How to get only the submitted form data using automation webhook?

Hi there, I encounted some problem when trying to set up automation for send hubspot form data to our internal CRM.

So I have 2 form.

1 contains seminar_data & 1 doesn’t.

The problem rise when the user fill out form that contains seminar_data, then fill out the one doesn’t.

The webhook will also return seminar_data, because it was previously saved to that contact. is there any solution to get only the submitted form data?

Any information would be appreciated. I’m really lost here.

Welcome, @adrianrotama.

The Webhooks API cannot retrieve specific form submissions, but you can poll this endpoint.

Let me know if I have misunderstood your issue.