Step-by-step guide on how to support custom fields using field mappings.
{ "internal_field_1": "custom_field_1", ... }
await nango.setMetadata('<INTEGRATION-ID>', '<CONNECTION-ID>', { internal_field_1: 'custom_field_1' });
await nango.startSync('<INTEGRATION-ID>', ['hubspot-sync'], '<CONNECTION-ID>');
Was this page helpful?