Field Mappings

To let your user connect or configure a single Field Mapping, do the following:

await integrationApp
  .connection('hubspot')
  .fieldMapping('{FIELD_MAPPING_KEY}')
  .openConfiguration()

See Also