Salesforce Action Step:Start by adding a Salesforce action step that uses the Get Records action to retrieve the record based on a unique ID. This action retrieves the specific record needed.
[Reference:MuleSoft Composer Salesforce Connector, Add Slack Action Step:After retrieving the record, add a Slack action step. This step will be used to send the message to Slack., Reference:MuleSoft Composer Slack Connector, Use the Record:Use the retrieved record directly to construct the message in the Slack action step. This ensures the message contains the relevant information from the Salesforce record., Reference:Building Messages in Composer, No Need for Collection Handling:Since the Get Records action retrieves a single record based on a unique ID, there is no need to handle collections or iterate through records., Reference:Get Records Action, , , ]
Submit