Versions Compared

Key

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

...

  • [EventDate]: the date in which the event occurred, in ISO 8601 format (e.g.: 2012-09-12T11:18:37.664+02)
  • [IdConsole]: the account ID
  • [IdList]: the list ID
  • [IdNL]: the message ID
  • [EventType]: the type of event
  • [EventSource]: the source of the event
  • [Reason]: the reason why a recipient unsubscribed. It only applies to the unsubscribe event type and includes the code that defines the different unsubscribe types.
  • [Email]: the recipient's email
  • [Prefix]: the recipient's mobile phone international prefix
  • [Number]: the recipient's mobile phone
  • [Groups]: a comma-separated array of the groups that the recipient belongs to in the List [IdList]
  • [Channel]: 1 (Mail), 2 (Sms), 3 (Fax), 4 (Social) takes the values:
    • Unknown = -1
    • Mail = 0
    • Sms = 1
    • Fax = 2
    • Social = 5
  • Plus all of the recipient fields in the format [Field01] .. [Field39]] that are in use for that MailUp account

See a sample callback.

Limitations to webhooks

Currently webhooks are not executed:

...