Skip to main content
Nintex Community Menu Bar
Question

Can I get a result from the standard 'Send Email' action?

  • July 11, 2024
  • 2 replies
  • 21 views

Forum|alt.badge.img+8

I am sending an email using the standard ‘Send Email’ Action. This is from a skuid page embedded within a lightning component.

I would like to continue with more actions, ONLY if the email was successfully sent.

Is there a way to validate whether the Send Email action has succeeded or not?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+10

Greg,

This post applies to invocable actions.  I am not sure if the Send Email Action is an ‘invocable action’, but there is a ‘merge’ variable you can try to see if it works:

{{$PreviousAction.result.OUTPUT_VARIABLE_NAME}}

https://community.skuid.com/t/capture-apex-action-invocable-response

Thanks,

Bill


Forum|alt.badge.img+8

Cheers Bill, I couldn’t seem to get anything to work there, and I’m not even sure if the ‘Send Email’ action returns a response of any sort. For now we have gone with cc’ing the current user so that they know the email has been sent. Not an ideal solution but it will work for now.

Thanks.