Answered

Quickbase and Typeform Integration error 404 path not found

  • 10 July 2023
  • 3 replies
  • 35 views

I am trying to integrate quickbase and Typeform, this is based off of an orders status.

I have created a pipeline to integrate with Typeform API. I am constantly getting error:

json:Object
code:"PATH_NOT_FOUND"
 
description:"The requested path was not found"
 
status:404
 
I have checked my api call and it looks like this
Type : POST
URL: https://api.typeform.com/forms/{{form.id}}/responses
 
Headers: Authorization bearer TOKEN
                content type: application/json
 
Body :
{
  "form_id": "{{form.id}}",
  "landed_at": "2023-07-10T12:00:00Z",
  "email": "{{a.customer_main_email}}"
}

I am updating the form ID field to the correct one and I have made sure that the URL is correct
 
icon

Best answer by mathio 11 July 2023, 09:34

View original

3 replies

Userlevel 7
Badge +5

@mathio may be able to help you with this one! 

Userlevel 7
Badge +5

Hello @plumbingjohannesburg and welcome to the communit!

what are you trying to achieve? I dont think there is a POST endpoint for responses, therefore the 404 response (not found) is correct.

 

Are you trying to create new responses via API? That is not supported, if I am not mistaken - related thread:

 

Userlevel 7
Badge +5

Hey @plumbingjohannesburg how’s it going? Did you manage to resolve your issue? Let us know if you still need any help! 😊

Reply