Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method parameters

GetListIdentity_st allows to retrieve the identifiers of a list in MailUp, starting from an external ID. When integrating with with Microsoft Dynamics CRM, the  the identifier is ORGUNIQUENAME.

For new integrations with MailUp it has to be preferred to similar method MailUpSend.GetListIdentity.

Method parameters

  • string GetListIdentity_st(string accessKey, stringautoId)
    • accessKey: access key obtained using the LoginFromId method
    • autoId: identifier which allows MailUp to know if a list was created in an automated context or not. In the Microsoft Dynamics CRM it corresponds to the ORGUNIQUENAME.

...