See llms.txt for all machine-readable content.
This workflow manually syncs Salesforce PricebookEntry records listed in Google Sheets into GoHighLevel (LeadConnector) as custom_objects.price_book_entry records, then creates an association to the related product and logs success or error statuses back to the sheet.
Created column is set to No, limits the batch size, and processes the rows one by one.custom_objects.price_book_entry with pricing and product fields from Salesforce.Yes on success or Error when the Salesforce query, GoHighLevel create, or association call fails, and waits between retries to reduce rate-limit issues.Pricebook Entries tab (gid) to match your sheet.Created column (with No for rows to process) and columns for the Salesforce PricebookEntry Id, row_number, and the related record ID used for the association (as referenced in the association request).YOUR_SF_INSTANCE.my.salesforce.com in the Salesforce query URL with your Salesforce org domain.YOUR_GHL_API_TOKEN, YOUR_GHL_LOCATION_ID, and YOUR_GHL_ASSOCIATION_ID in the two GoHighLevel HTTP requests.custom_objects.price_book_entry exists with property keys that match the request payload (for example product_name, salesforce_price_book_entry_id, list_price, and currency).