Messaging Send Message Flow
  • 15 Aug 2024
  • 1 Minute to read
  • Dark
    Light

Messaging Send Message Flow

  • Dark
    Light

Article summary

To prevent "SOQL queries: 101 limit error" errors when trying to send SMS messages using a flow with the Apex Class, we created a new flow called Blackthorn Messaging Send Message(Flow).

Flow Configuration

CRM204_Flow Configuration

Entry Criteria Defined on Account Object

CRM204_Entry Criteria

Get a Contact Record from the Account

CRM204_Set Contact Record

Looping the Process to Handle Contacts

CRM204_Looping the Process

Define the Variables to get Data from the Contact Record

CRM204_Define the Variables

Recipient Variable

CRM204_Recipient Variable

Collect Contact Records into a Collection Variable

CRM204_Collect Contact Records

Call the Apex Method to Send SMS to the Valid Contact Records

CRM204_Call the Apex Method