https://your.formscname.com/api/forms/submit

POST https://your.formscname.com/api/forms/submit

Description:

This will submit a form via API call. No authentication is required and this can be submitted to multiple times and must have the body submitted as Form Data. The landing page submitted to is determined by the DialogID field.

The base url for this route will be the forms CNAME you setup during our onboarding process and may or may not be a secured endpoint depening on your network settings.

Workflow: 1) Construct a form within the Salesfusion UI 2) Locate the relevant information (Fields included on this API call) from within the HTML. 3) Substitute the sample information with the information from your form.

Request Body

[{"name"=>"customer", "value"=>"ch000096180eArad", "datatype"=>"string"}, {"name"=>"rurl", "value"=>"https://salesfusion.com", "datatype"=>"string"}, {"name"=>"dialogid", "value"=>"3070", "datatype"=>"number"}, {"name"=>"cke", "value"=>"1", "datatype"=>"number"}, {"name"=>"leadsource", "value"=>"Sf test value 1", "datatype"=>"string"}, {"name"=>"email", "value"=>"tj.southern@salesfusion.com", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring