Send Myself Alert but Only Once | Community
Skip to main content
Karyn_Hill
Level 4
March 26, 2019
Solved

Send Myself Alert but Only Once

  • March 26, 2019
  • 2 replies
  • 5421 views

I would like to have a program send me an alert when a webinar is over so that I can perform a manual action. I would like it to be sent only once, and not send it each time a person for the webinar is marked as Attended. Is this possible?

My current guess is that I should add the Send Alert action to the end of the program that marks people as having attended the webinar and I've come up with the options below. I have a feeling this isn't going to work as I hope but I haven't been able to think of anything else.

Edit: I should have asked for the best way to be notified when a campaign ends.

Message was edited by: Karyn Hill

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Well of course, if you *know* some record will have attended, that's implicitly your Resource Lead.

2 replies

SanfordWhiteman
Level 10
March 26, 2019

Nope, that won't work. The alert is sent in the context of the lead, not the alert recipient, so that's checking to see if that lead has sent the alert yet.

This kind of cross-lead coordination requires a webhook. Not necessarily an external webhook -- you can call the forms /save endpoint for another lead (i.e. a lead with your email address, serving as a "resource lead") -- but some kind of 'hook.

Karyn_Hill
Level 4
March 26, 2019

I'll read up on webhooks and see what I can make happen.

Thanks for the answer!

Carlito_Jay_Ala
Level 2
March 27, 2019

This is the time where we hope Marketo could add in an option to send notification when a campaign has completed running. One workaround is using Random Sample in your choice step for Send Alert. Choice 1 would be Random Sample is 99 then do Nothing. Default, send alert to you. This way you will only be able to receive few alerts instead of being spammed. So if you have 100 records running thru your campaign, you could only receive 1 alert for that.

stmpjmpr
Karyn_Hill
Level 4
March 27, 2019

In trying to find how to use Random Sample (I've not seen it before), I wondered if the below configuration would work. I'm still going to figure out the Random Sample thing, but if I put in the email address of our facilitator, who will definitely be marked as having attended, do you think this will work? I have nothing against Sanford's solution but Marketo is only a part of my job and I've never had time to look into webhooks. I know I need to but something else is always more urgent.

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
March 27, 2019

Well of course, if you *know* some record will have attended, that's implicitly your Resource Lead.