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:
Type : POST
URL: https://api.typeform.com/forms/{{form.id}}/responses
"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