Work related to the issues KulaHub is experiencing
External API callers can now send an optional sourceSystemKey alongside originType on create contact, add note, and create form requests.
originTypeindicates whether the change originated externally or internally.sourceSystemKeyidentifies the external partner when known, for exampleDealerorPolaris.- Use
sourceSystemKeywhen you need routing or loop-prevention logic to distinguish one external source from another.
Example request body:
{
"firstName": "Taylor",
"lastName": "Partner11",
"email": "taylor.partner11@example.com",
"sourceSystemKey": "Dealer",
"originType": "ExternalClient"
}