custom activity type

Anonymous
Not applicable

custom activity type

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"

Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: custom activity type

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