I wanted to know if Core Messaging had already been integrated with Salesforce (without Communications) for SMS/EMail management?
Thanks
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
closed the loop via email
I ran into a similar issue and found that using the sms api helped bridge the gap between our notification system and Salesforce workflows. I set it up to trigger text messages when certain events happened, like case updates, which saved our team a lot of time. You might want to check the endpoint data you’re posting—mine failed until I matched the payload format exactly to what the sms api docs showed.