In V1 flows, Sources are third party integrations that can read data from you or your tenant’s authenticated accountsFor example, an e-commerce flow may include many different Sources, such as Shopify, Amazon Seller, and WooCommerce.
Sources generally use one of two types of authorization: APIs and OAuth. Before enabling an OAuth Source, you must obtain and set up OAuth credentials.
Your Client ID and Client Secret will be found in your company or developer account for that Source.
Scope is used for some OAuth applications to define the data you will be reading or writing. This will prompt tenants to confirm the data permissions you are requesting.
Field maps allow you to choose what data hotglue will pull in a sync job.The field map displays a list of tables that can be turned on or off. Within each table, the field editor displays a list of fields that can be pulled or ignored.To modify a field map for a Source, navigate to your chosen flow, click the “Source” tab, then select a Source to configure it.Under configuration, click “customize field map.” From here, you can toggle tables on or off by clicking them.Click the “edit” pencil button on a given table to add or remove fields.
Triggers create webhooks on your behalf to automatically run jobs when something happens in a Source system.For example, when a new contact is added in Salesforce, a trigger can automatically run a new sync job.