Log event types when Customer Email Provider is change

I’m trying to figure out when our Customer Email Provider changed and who changed it, so I’d like to know which log event types are associated with these types of changes.

Hi!

Updating the email provider will trigger a log event of type sapi
An example from my tenant:

{
  "date": "2021-07-23T19:47:08.492Z",
  "type": "sapi",
  "description": "Update the email provider",
...
}

hope this helps!

Thanks. This was what I was looking for.

1 Like

Perfect! Glad to hear that!