90. How to send Auto Reply on receiving Incoming SMS?
You can follow the given procedure to send an auto reply on Incoming SMS :
- Create a Converse App Action through Converse App by selecting all the necessary parameters i.e. senderID, phone field, SMS Text etc.
- Copy the action key generated
- Once the Converse App Action is created, configure a process builder on SMS History object with criteria as Direction is IN and specify the text condition where you want the auto reply SMS to go . For eg. if the Reply is YES then specify the condition as SMSText equals YES.
- In the immediate action, select create a record – > Converse App Task.
- Paste the action key (copied earlier) in the automated key reference section and pass the lookup of the object so the outgoing messages are linked with the respective record.