Security

 View Only
  • 1.  ClearPass Integration with SendGrid

    Posted Mar 06, 2018 01:21 PM

    I had follow this link to make a Context Server action

    https://community.arubanetworks.com/t5/ClearPass-Recipes/SendGrid-Email-Notification/ta-p/204343

     

    I would like to add the MAC Address of the device.

     

    Someone can help me to build the JSON Content?

     

    {
      "personalizations": [{
      "to": [{
      "email": "email@domain.com"}]}],
      "from":{
      "email": "clearpass@dmain.lab"},
      "subject": "Device Unhealthy",
      "content": [{
      "type": "text/plain",
      "value": "The device (I DON'T KNOW) compromised."}]}'

     

    Many thanks.



  • 2.  RE: ClearPass Integration with SendGrid
    Best Answer

    Posted Mar 10, 2018 10:27 PM
    %{Connection:Client-Mac-Address}


  • 3.  RE: ClearPass Integration with SendGrid

    Posted Mar 12, 2018 06:41 PM

    Thanks for reply, I had solved two minutes after wrote the question, but I couldn't delete the question. Regards.