Skip to content

510- Salesforce updated contact info #531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 4, 2023
Merged

510- Salesforce updated contact info #531

merged 5 commits into from
Mar 4, 2023

Conversation

c-simpson
Copy link
Collaborator

@c-simpson c-simpson commented Jan 3, 2023

Adds new internal endpoint /api/internal/get_updated_data
( api/API_ingest/updated_data.py/get_updated_contact_data() )
which returns a JSON array of contact info like

[
  {
	  contactId: ‘0032g00000Ukx9bAAB’,
	  personId: ‘1234’,
	  volgisticsId: 1234,
	  updatedVolunteerStatus: ‘Active’,
	  updatedFirstVolunteerDate: 2021/01/01,
	  updatedLastVolunteerDate: 2021/02/02,
	  updatedFosterStartDate: 2020/10/18,
	  updatedFosterEndDate: 2022/01/01
  },
]

Enables #506

Closes #510

@c-simpson c-simpson requested a review from sposerina January 3, 2023 00:54
@c-simpson c-simpson marked this pull request as ready for review January 3, 2023 00:56
@c-simpson
Copy link
Collaborator Author

@sposerina Should this go before your 534?

@sposerina
Copy link
Collaborator

@c-simpson Are most of these changes already in Master? I'm having a hard time determining what the actual changes are.

@c-simpson
Copy link
Collaborator Author

Looks like these were not merged in (e.g., src/server/api/API_ingest/updated_data.py) so will do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Internal API endpoint for matched contact data
2 participants