sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[BUG] automation activitiy types incorrectly mapped

Open JoernBerkefeld opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

activityTypeMapping: {
    dataExtract: 73,
    dataFactoryUtility: 425,
    emailSend: 42,
    fileTransfer: 53,
    filter: 303,
    fireEvent: 749,
    importFile: 43,
    journeyEntry: 952,
    journeyEntryOld: 733,
    query: 300,
    script: 423,
    verification: 1000,
    wait: 467,
    push: 736,
    sms: 725,
    reportDefinition: 84,
    refreshMobileFilteredList: 724,
    refreshGroup: 45,
    interactions: 1101,
    interactionStudioData: 1010,
    importMobileContact: 726,
},

we try to cache these types but some of them are either not supported or incorrectly spelled (interactions, journeyEntry I can spot already, maybe more)

Expected Behavior

No response

Steps To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Run '...'
  4. See error...

Version

4.3.4

Environment

  • OS:
  • Node:
  • npm:

Participation

  • [X] I am willing to submit a pull request for this issue.

Additional comments

No response

JoernBerkefeld avatar Mar 10 '23 16:03 JoernBerkefeld