Centro Support Center

Contact Us

Sending Centro Slack messages from Salesforce using Flow

Centro supports sending Slack messages from Salesforce using Salesforce Flow. This works on any object, and leveraging logic in Flow allows conditional events to trigger a Slack message in Centro's format. 

Common use cases:

As usual, the format of the message is governed by the object's default Compact Layout. Some objects have specific Centro buttons, such as Email and SMS, for those with an Email field. 

Steps for configuring Salesforce Flow:

In this example, we'll attempt to notify a Slack channel when an Opportunity is set to Won. Note: if you'd like to incorporate other resources in the Slack Message, see this documentation.

  1. Go to Salesforce Setup->Flows
  2. Press "New Flow"
  3. Choose "Record Triggered Flow":
  4. We recommend using Auto-Layout:
  5. In the "Start" block, choose an object and pick Opportunity:
  6. Click "Edit" Next to "Trigger: A record is created". We need to change this to when records are updated:
  7. Now set the Condition Requirements. In this case, we want Opportunity Won (notice the selection for "When to run"):
  8. Now click the "+" button to add the Centro message:
  9. Click the item "Action" under "Interaction":
  10. Now search for Centro in the Action Search box:
  11. Give the Action a label, pick a channel, and change the header message:
  12. Save and Activate the Flow
  13. Try it out!