Auto Invite Specific Contact(s) to Chatter Group using Flow #inSalesforce

Auto Invite Specific Contact(s) to Chatter Group using Flow #inSalesforce


Create the Group

App launcher | Groups | New | Access Type - Private, etc. as per need (SampleGroup)


Create a record-triggered flow, 

Object - Contact, created or updated, action and related records


Get Record:

getCollaborationGroup

Name equals SampleGroup

Only the first record, Automatically...


Decision: null check

getCollaborationGroup ISNULL false



Create Record:

One Record, Use Separate..., Object: Collaboration Invitation, 

Set:

InvitedUserEmail = Record.Email

SharedEntityId = getCollaborationGroup.Id


Save, Activate and Test it






Comments