Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

ClearPass Integration with SendGrid

This thread has been viewed 2 times
  • 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

    EMPLOYEE
    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.