Doc. Number | Article Title | Effective Date | Version |
FHC-XX | Testing Data Sources | April 30, 2024 | 1.3 |
This article was developed to describe the steps to test data sources within the CRM.
It is possible to test a lead source posted through a data source to verify that the data source URL is functioning properly. You can test this feature without involving the webform or marketing company/lead vendor. This capability may also be used to troubleshoot if you are having a problem with the post in the CRM or if the issue is on the lead poster’s end.
In the example above, take the entire post URL and supplement it by adding the fields shown in the Import Fields section of your data source (displayed below).
NOTE
The POST URL at the top of the page; after the final ‘/’ add the fields (as listed on the left side) in the following format
“?[FieldName1]=Value&[FieldName2]=Value&[FieldName3]=Value&….”.
For our example above, we created what the POST URL will look like when importing a lead with the following information inputted for each field.
FirstName = Test
LastName = Testing
Phone = 555-555-5555
State = IL
Below is how the URL will look for testing.
https://client.forthcrm.com/post/3c94a5a810be14575db09dc75569f9c7821e0331/?FirstName=Test&LastName=Testing&Phone=555-555-5555&State=IL
Next, put this entire URL into your browser address bar and proceed as if visiting a webpage (Pictured Below).
Once you press enter/load the page, you should receive a small response in the browser window stating “Success:” and the new contacts ID number. You can then locate the contact using the ID number in the search window on the Contacts Tab (this is the customer ID).
Article Version History:
Version | Effective Date | Description |
Basic | 12/26/2016 | Initial Release |
1.0 | 04/26/2021 | Updated title, subject matter updates performed |
1.1 | 01/02/2023 | Added header and Version Control footer; Edited screenshots for better readability; No subject matter updates. |
1.2 | 05/01/2023 | Updated screenshot and sample language with references to outdated URL; |
1.3 | 04/30/2024 | Refreshed all screenshots to improve readability and provide more up-to-date examples. |