Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Show Page Sections

download

Create a Step that Posts to Chatter

You can leverage a step within a definition to automatically post content to Chatter. This step type allows you to post both static and dynamic text via Chatter on a specific record.

The Post to Chatter step references Salesforce merge fields to merge data specific to the record in use, such as Billing Address and Contact Name. This step type also allows you to mention specific users in the Chatter post.

Before creating a Post to Chat step, ensure that the Chatter Feed feature is enabled for the referenced object in the step. To enable Chatter feed tracking:

  1. Go to Salesforce Setup.
  2. In Setup, enter Feed Tracking in the Quick Find search box, then select Feed Tracking.
  3. Select Enable Feed Tracking.
  4. Click Save.

To create a Post-to-Chatter Step

  1. Go to the definition record where the step is to be placed.
  2. In the Steps section, click New Step. If you already have steps in a definition, you can use the New Child link next to the step name in the Definition screen or you can use the New Child Step button while viewing the existing step, located near the bottom of the screen. Click the button and change the step type to Send Email in the Step Edit screen.
  3. Complete the fields:
    • Step Name: Enter the name for this step.
    • Step Type: Select Post to Chatter.
    • Parent Step: The parent step is the step that once completed will initiate this new step. Leave it blank if this step must be initiated when the process starts.
    • Parent Stage: If a step has a parent stage, all steps in the parent stage must complete before this step creates.
    • Definition: This is automatically populated based on the definition that the step is created for.
    • Stage: Select the stage with which this step is associated, if applicable.
    • Chatter Notification Message: This field determines the information posted to Chatter
    • Merge Fields: Merge fields allow you to dynamically reference information from Salesforce fields that is specific to a record. Choose the object and field, then click Insert Field to Chatter Notification Message to insert merge fields into the Chatter post.
      • Use Salesforce merge fields that reference user IDs such as {!contract.OwnerId} in the Chatter notification message to send a notification to a user dynamically. You can also hard-code a specific user ID in the Chatter notification message, such as {0051H000008G23sKAC}, to reference and notify the same user every time. This also works to notify Chatter groups. For example, {0F91H00000052hOSAQ}.
      • Use Salesforce merge fields that reference Object IDs, such as {!contract.id}, to reference and create a hyperlink to a record. Hard-coding a record ID, similar to the example above, hyperlinks to the same record each time.
    • Delay Creation: This delays creating the step until the day specified by the Delay Creation Base Date and Delay Creation Date Adjustment fields. See Delayed Steps for more information.
    • Step Creation Conditions: Configure any Step Creation Conditions required.
  4. Click Save.