Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a flow configured in my sandbox where I initiate an SMS send via API and the message is sent successfully. Following the SMS node, I have a Receive node to capture the SMS response that would then go to a Branch node to proceed further. Base...
n2.customEvent.Number is the E.164 number of the device receiving and sending the SMS. For testing purposes, I removed the leading '+' from the string in the API request and that ended up working. I thought I had read somewhere that the '+' is need...