Answered

How can I create a Contact with custom attributes? When Iam passing custom attributes , get error response with 500 response code

  • 11 November 2020
  • 1 reply
  • 44 views

Api Response

 

{

 "type": "error.list",

 "request_id": "001abpf1ufhhbsgi1ku0",

 "errors": [

   {

     "code": "server_error",

     "message": "Server Error"

   }

 ]

}

 

Value passing

 

custom_attributes : {"Status": "Active"}

icon

Best answer by Lisa B11 11 November 2020, 17:05

View original

1 reply

Hey @user461​ 👋

 

This one actually requires an investigation by the team, would you mind sending us a message through the Messenger over at www.intercom.com and someone from the team will reach out to you soon 👍 If you could also include the actual API request you are making that would help with the investigation also.

Reply