Hi, I have a triggered pipeline that takes an email address and customer identifier. A child pipeline is executed that pulls data, and the final step is to send a Slack notification to the user using the email address.
This works great, but there is no feedback loop to the user for any errors e.g. if they enter an invalid email address, I don't believe SnapLogic returns an error, nor does it provide feedback to the user on pipeline progress etc.
What's the best way to architect this so that users get more feedback from a triggered pipeline CURL request?