Notification when new program is created | Community
Skip to main content
Level 2
September 28, 2021
Solved

Notification when new program is created

  • September 28, 2021
  • 2 replies
  • 2403 views

Is there a way to create a notification that will email me when someone creates a new program in Marketo?

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

There is not. It will be visible in the Audit Trail but AT events are not triggerable.

2 replies

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 28, 2021

There is not. It will be visible in the Audit Trail but AT events are not triggerable.

Jo_Pitts1
Community Advisor
Community Advisor
September 29, 2021

As per what @sanfordwhiteman said, you can't.

My question however is; Why would you want to?

SanfordWhiteman
Level 10
September 29, 2021

Good question! Wonder about the specifics.

 

I should also mention that you could poll the API for new Programs - but it's by no means a trigger/notification, and have to write all the polling logic yourself.

Jo_Pitts1
Community Advisor
Community Advisor
September 29, 2021

Yep - it feels like a maybe user permissions need to be looked at.

 

To your point, If someone wanted to build it manually they could get the list of programs, test for created (or even updated date) against the last checked date, and alert off that.  YUCK (not technically, just notionally)