Learn how Kombo allows you to write additional, otherwise unsupported fields with unified write actions.
remote_fields
on the root level request body. This object follows a record structure where the
key is the name of the tool (e.g., greenhouse
), and the value is an object
highly specific to the tool. On a high level, most available fields are documented in the endpoint specification.
A good example of a write endpoint supporting this feature is the ATS API endpoint to create a new application (search for ‘remote fields’).
nationality
isn’t an attribute that is ordinarily supported by our
‘Create application’ endpoint. Because application creation generally works the
same otherwise, you can use remote_fields
to extend the requests that we send
to SuccessFactors with the nationality
field.
remote_fields
: