#Make.com Integration with Typebot

1 messages · Page 1 of 1 (latest)

primal needle
#

{
"response": {
"statusCode": 408,
"data": {
"message": "Request timed out. (10ms)"
}
},
"request": {
"url": "my web hook url here from make.com",
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"timeout": 10000,
"json": {
"pdf_url": "url of my pdf here",
"lang": "English"
}
}
}

#

because currently cuz of this I am only getting this data:
{
"statusCode": 200,
"data": "Accepted"
}

#

from "respond to webhook" node from make.com