Created
September 25, 2025 15:46
-
-
Save go6media/1fb8a21f840ea6a1171c4a019c416ceb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Here is the current Data we are sending to the API: | |
| { | |
| "programName": "RWC_API_Leads", | |
| "reason": "Reach", | |
| "source": "RWCStoreReset25", | |
| "input": [ | |
| { | |
| "refTag": "not_set", | |
| "firstName": "Jay", //First Name | |
| "lastName": "B", //Last Name | |
| "title": "", // Job Title | |
| "M_Org_Name__c": "adadasd", //Company Name | |
| "email": "[email protected]", //Business Email | |
| "Nature_of_Business_Level_1__c": "1", | |
| "Connect3rdPartyOptIn": "1", | |
| "connectSource": "RWCStoreReset25" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment