NPSource-dev
Member
Hi,
I'm trying to create a workflow to prefill a Jotform.
I'm using the Pabbly API app with Jotform API Documentation and everything works well to authenticate with my API key and GET a form data.
But when it comes to POST a submission to this form, I can't figure out how to use the curl given by Jotform's API documentation :
How to use this in the URL endpoint field ?
Do I have to put some of these data in another Pabbly API field ?
The best result I could get so far is posting a submission with empty data.
- Pabbly test workflow : https://connect.pabbly.com/workflow/share/XBQENl4ZBGVUHgZsBU5UN11KCglVHwdRUzQAEg##
(I've replaced my Jotform API key by {apiKey} for security reason)
- Jotform test form : https://form.jotform.com/212793517092055
- Jotform API documentation : https://api.jotform.com/docs/
Thank for reading me.
I'm trying to create a workflow to prefill a Jotform.
I'm using the Pabbly API app with Jotform API Documentation and everything works well to authenticate with my API key and GET a form data.
But when it comes to POST a submission to this form, I can't figure out how to use the curl given by Jotform's API documentation :
curl -X POST -d "submission[1]=answer of Question 1" -d "submission[2_first]=First Name" -d "submission[2_last]=Last Name" "https://api.jotform.com/form/{formID}/submissions?apiKey={apiKey}"
How to use this in the URL endpoint field ?
Do I have to put some of these data in another Pabbly API field ?
The best result I could get so far is posting a submission with empty data.
- Pabbly test workflow : https://connect.pabbly.com/workflow/share/XBQENl4ZBGVUHgZsBU5UN11KCglVHwdRUzQAEg##
(I've replaced my Jotform API key by {apiKey} for security reason)
- Jotform test form : https://form.jotform.com/212793517092055
- Jotform API documentation : https://api.jotform.com/docs/
Thank for reading me.