Skip to main content
June 13, 2013
Question

custom activity type

  • June 13, 2013
  • 1 reply
  • 570 views
Hi again,
is it possible to add custom activity type?
when I sync a lead, I'd like this action will have a special activity type rather activity type = "change field"

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

1 reply

June 13, 2013
You can define custom events such as
mktoMunchkinFunction('function',
                       { key: 'value', key2: 'value'})
 
It would be defined as
mktoMunchkinFunction('visitWebPage', {
    url: '/MyFlashMovie/Story1', params: 'x=y&2=3'
});

 
Please visit Munchkin JavaScript API Calls for full reference