Senior Application Developer

loc: Maynooth, ON K0L 2S0tel: 613-553-0960email: rgsamways@gmail.com
Robin Samways

$ Credential Flow · Tech Stack

The real technology choices behind a live Salesforce integration — not a generic “Salesforce integration” description.

## TECH_STACK


LayerChoiceWhy
Salesforce orgDeveloper EditionFree tier, no Financial Services Cloud or Agentforce license available.
AuthenticationOAuth 2.0 Client Credentials Flow, raw httpxServer-to-server, no user in the loop — the same shape a backend service actually uses to authenticate to Salesforce in production.
Data modelCustom Loan_Application__c objectLookups to standard Contact (Applicant) and Account, the closest honest approximation of a relationship model without paid FSC licensing.
AutomationRecord-Triggered FlowStamps Decision Date automatically when Status changes to Approved or Denied — declarative Salesforce automation, not application-layer logic.
AI featureAnthropic APICalled directly for the recommended-next-action feature — not Agentforce, which isn’t licensed on this org.

Feedback on this page