Certification alert to manger's manager

We have a workflow that sends alert email to managers to complete manager certification. Now we want to send alert to manager’s manager as they are not finishing campaign after certain time. How to do this?

Hi @HussainshaSyed001,
You can try the workflow approach ? Get Identity → Get Manager → Get Identity → Get Manager → Send Email

Thanks
Rakesh Bhati

we have workflow trigger (campaign activated)—> wait—>send mail (campaign owner)…in this how to do this?

Hi @HussainshaSyed001,

You can make a search call to get the campaign owner’s manager id & name, then get the manager details with a Get Identity call. In the next step, use Get Identity attributes to send out the email.

Attaching a sample WF for reference.

CampaignactivatedWF20250402.json (2.2 KB)