| Doc. Number | Article Title | Effective Date | Version |
| FHC-DTA-02 | Testing Data Sources | August 31, 2026 | 1.6 |
This article describes how to test lead data sources within the FORTH system manually. It was developed for FORTH CRM Administrators and Marketing Operations Teams who need to verify the accuracy of external lead integration and field mapping.
The article is organized into the following sections:
Overview
Testing your data sources ensures leads from external vendors or web forms transfer into the FORTH CRM accurately. Direct manual testing lets you verify your post URL and field mapping without relying on third-party lead providers. This process eliminates lead loss, saves troubleshooting time, and confirms system readiness before launching marketing campaigns. You can also use this feature to isolate whether posting issues occur inside FORTH or on the vendor side.
Prerequisites
Standard user access to the FORTH CRM with data source management permissions.
How to Access
To begin testing:
- Log in to the FORTH CRM.
- Click the Contacts tab.
- Click Data Sources in the navigation bar.
- Select the target Data Source from the top-left dropdown menu.
- Click Edit.
- Locate the Post URL at the top of the page and the Import Fields section lower down the page.
How it Works
-
Copy the Post URL: Highlight and copy the complete URL displayed at the top of your Data Source page.
-
Format Test Data: Add test information to the end of the URL. After the final forward slash (
/), add a question mark (?) followed by field names and values in[FieldName]=Valueformat. Separate multiple fields with an ampersand (&).- Example Format:
?[FieldName1]=Value&[FieldName2]=Value&[FieldName3]=Value
- Example Format:
-
Match Field Labels: Ensure field names match the exact labels listed on the left side of your Import Fields section.
If the following information is provided for each field...
FirstName = Test
LastName = Testing
Phone = 555-555-5555
State = IL...The POST URL will look like this for testing.
Example Formatted URL:https://client.forthcrm.com/post/[YOUR_POST_KEY]/?FirstName=Test&LastName=Testing&Phone=555-555-5555&State=IL -
Run the Test: Paste the complete, formatted URL into your web browser address bar and press Enter.
[INSERT SCREENSHOT: Web browser displaying the success response banner and generated customer identification number after pressing Enter.]
- Confirm Success: Verify that the browser displays a "Success" message along with a unique customer identification number.
Note: If you receive an error, check that the field names in your URL match the CRM field names exactly.
- Verify the Contact:
- Copy the customer identification number (customer ID) from the success message.
- Click the Contacts tab.
- Paste the number into the search bar
- Click Enter to view the newly created test lead..
Troubleshooting / FAQ
- Why did I receive an error message in the browser? Verify that the field names in your test URL match the CRM field names in the Import Fields section exactly. Field names are case-sensitive and must not contain extra spaces.
- The test succeeded, but fields are missing in the contact record. What happened? Check the spelling of your URL query parameters. If a parameter name does not match an active Import Fields label, FORTH creates the record but ignores the unmapped field.
Assistance
For further assistance, please reach out to support@setforth.com
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. |
| 1.4 | 04/28/2025 | Refreshed initial screenshots to improve readability. No subject matter updates were made. |
| 1.5 | 03/05/2026 | Updated the structure of the article to be easier to comprehend. Provided updated screenshots where needed to reflect user interface updates. |
1.6 |
08/31/2026 |
Reformatted the document to improve consistency. |
|
|
|
|
|