Issue with new Email fields in the new Contact App type

Comments

1 comment

  • Official comment
    Casper Fabricius

    Hi Matthew,

    Since the new email and phone fields are multi value fields with multiple values for each, they work a bit differently than many other fields, in that you don't put them in the "values" array.

    This should work:

    Message Body:

    [
      {
         "value": "email@address.com",
         "type": "home"
      }
    ]
    
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk