Quickbase and Typeform Integration error 404 path not found | Community
Skip to main content
Answered

Quickbase and Typeform Integration error 404 path not found


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
 

Best answer by mathio-tf

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:

 

View original

3 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14868 replies
  • July 10, 2023

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


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • July 11, 2023

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:

 


Grace
Community Team
Forum|alt.badge.img+5
  • Community Advocate
  • 2579 replies
  • July 18, 2023

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


Reply