Passthrough Fields

A cartoon person selecting snippets of text from a browser window.
Passthrough Fields enables you to import fields that you do not have in your resource schema.

For example, let's say your users have lists of contacts on platforms such as Salesforce or Google Sheets, and want to use these contacts in your product. Your product's database and resource schema currently only have first name, last name, and email fields configured, however these contacts might have some custom fields that you don't have set up yet.

With passthrough fields, in addition to the fields you already have configured, your users will also be able to choose these custom fields to be imported into your product.

To include passthrough fields, simply specify include_passthrough: true when initiating your pull.

    
    curl --request POST \
    --url 'https://endgrate.com/api/session/initiate' \
    --header 'Content-Type: application/json' \
    --header 'Authorization: Bearer abcde12345' \
    --data '{
        ...
        passthrough_fields: true
    }'
    

For more information about passthrough fields, read our documentation.

Ready to get started?

Book a demo now

Book Demo