webhook answers structure changed between 24/03 and 27/03 ? | Community
Skip to main content
Answered

webhook answers structure changed between 24/03 and 27/03 ?


Hej,

 

I don’t know what’s going on, I made some tests before today to match the structure of the responses sended by typeform via a webhook, the structure I got was this one : 

{
	"token": "foo",
	"landed_at": "2023-03-24T10:23:04Z",
	"submitted_at": "2023-03-24T10:23:51Z",
	"hidden": {},
	"calculated": {},
	"answers": [],
	"fields": []
}

And today, with the same form, I get this structure :

{
	"event_id": "foo",
	"event_type": "form_response",
	"form_response": {
		"form_id": "foo",
		"token": "bar",
		"landed_at": "2023-03-27T08:47:40Z",
		"submitted_at": "2023-03-27T08:48:11Z",
		"hidden": {},
		"calculated": {},
		"variables": [],
		"definition": {},
		"answers": [],
		"ending": {}
	}
}

Can anyone explain me what I’m doing wwrong please ? We didn’t change anything…

 

Regards,

Best answer by Gumball

lol

Shame on me, something changed on our side…

Can we delete this poor post please ? 😂

View original

  • Explorer
  • March 27, 2023

lol

Shame on me, something changed on our side…

Can we delete this poor post please ? 😂


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • March 27, 2023

Hi @Gumball Ha! Glad you were able to figure it out. I can definitely delete this if you’d like, but I’m sure someone else will run into the same issue, so might be handy to have anyway! 😂


Reply