Trustpilot Connector for Salesforce
  • Welcome
  • Installation
  • Setup
    • Setup Wizard
    • Setup Users
    • Authorisation
    • Business Units
    • Set Default Business Unit
    • Default Settings
    • Configure Automation
    • Synchronisation Mode
    • Sync Now
  • Automation
    • Invitation Automation
    • Advanced Automation
  • User Interface
    • Page Layouts
    • Lightning Record Pages
    • Custom Product Fields
  • Reviews
    • Service Review
    • Product Review
  • FAQs
    • Frequently Asked Questions
Powered by GitBook
On this page
  • Compliance
  • Process Builder or Flow
  • Flow Builder
  • Directly Constructing Invitation Objects Records

Was this helpful?

  1. Automation

Advanced Automation

How to configure advanced automation using Trustpilot Connector for Salesforce app

PreviousInvitation AutomationNextPage Layouts

Last updated 4 years ago

Was this helpful?

The Trustpilot Connector app enables you to create custom invitation automation using either built-in processes which can be called directly called from Process Builder/Flow or because the Trustpilot Connector app uses native Salesforce custom objects, you can build own automation to construct an Invitation object record.

Compliance

Trustpilot have and a compliance team who monitor activity on their platform to ensure businesses are compliant. Please consider this when designing your custom automation.

Cherry-picking Trustpilot actively checks businesses are not only sending invitations to customers they are certain will give positive reviews

Process Builder or Flow

Included in the Trustpilot Connector App are Actions which can be called from Process Builder or Flow, enabling you to design and build custom automation that is more tightly aligned with your existing business processes. Actions currently available:

Action Name

Description

Create Case Invitation

Generate a Trustpilot Invitation from a Salesforce Case

Create Order Invitation

Generate a Trustpilot Invitation from a Salesforce Order

Create Contact Invitation

Generate a Trustpilot Invitation from a Salesforce Contact

Create Opportunity Invitation

Generate a Trustpilot Invitation from a Salesforce Opportunity

Flow Builder

When using the Flow Builder these custom actions can by found in a category called Trustpilot

Directly Constructing Invitation Objects Records

If you decide the construct an instance of the invitation custom object yourself either via Process Builder/Flow or Apex, you will need to use these objects:

Custom Object Name

Description

trustpilot__Invitation__c

The core record for creating an invitation

trustpilot__Product__c

The child record, only used when creating a product review invitation

guidelines