Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add a Segment

Info

Feedier → Actions Feedback → Segments → New Segment

First we need to setup a segment on Feedier. Segments are saved searches that allow you to create automisations based on your selected feedback.

...

Connect the Segment to an Automation

Info

Feedier → Actions Profile Name → Automations → Add Segment

...

App Client ID

Refer to step 1, you get this from the Connected App in Salesforce.

App Client Secret

Refer to step 1, you get this from the Connected App in Salesforce.

Salesforce SOQL

Next Refer to next section

Attribute Name

The attribute name we receive in the feedback (for example, "sf_id") is used to match Salesforce records. This could be an Account ID, Custom ID, or Contact ID. For instance, if the feedback link looks like this: feedback.feedier.com/survey-url?sf_id=123, we will use "sf_id" as the attribute name and its value, 123, in the Salesforce query to find the correct record.

In short, this attribute ("sf_id") will be used in the "WHERE" part of the Salesforce query (SOQL)

Info

How to Create Your SOQL

...

Info

Salesforce Process Automation → Workflow Rules

  • You now need to trigger the outgoing message.

  • Create a trigger with your own rules (file status = closed, for example).

  • Attach the outgoing message you have created

...

  • Create a trigger with your own rules (Case status = Escalated for example)

...