Hi@Nick Mourikis we are sorry to hear you're encountering this issue. do you have diagnostic logging enabled for your Logic App? if yes, can you share what you're seeing in the logs? Are you specifically using Azure communication services for SMS?
There could a few reasons why your Logic App action is not firing, and the email is not being sent. Here are a few things you can check:
- Check the Event Grid subscription: Make sure that the Event Grid subscription is configured correctly and is sending events to the Logic App. You can check the subscription settings in the Azure portal.
- Check the Logic App workflow: Verify that the workflow in the Logic App is configured correctly and that the action to send the email is set up properly. You can check the workflow steps and inputs in the Logic App Designer.
- Check the email connector: Verify that the email connector is set up correctly and that the credentials for the email account are valid. You can check the connector settings in the Logic App Designer.
- Check the JSON parsing: Verify that the JSON parsing is working correctly and that the text of the SMS is being extracted properly. You can use the "Parse JSON" action in the Logic App Designer to test the JSON parsing.
- Check the email address: Verify that the email address you are using to send the email is valid and that it is not being blocked by any spam filters or firewalls.
Best,
Grace