Skip to content

Instantly share code, notes, and snippets.

@go6media
Created September 25, 2025 15:46
Show Gist options
  • Select an option

  • Save go6media/1fb8a21f840ea6a1171c4a019c416ceb to your computer and use it in GitHub Desktop.

Select an option

Save go6media/1fb8a21f840ea6a1171c4a019c416ceb to your computer and use it in GitHub Desktop.
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