posted
28 January 2021
Hi there,
For contact/account updates in Salesforce, I want to import the updates to Segment according to these specifications.
Can you please assist with the metadata required to setup this connection:
https://segment.com/docs/connections/spec/identify/
Example:
POST: https://api.segment.io/v1/identify
{
"type": "identify",
"traits": {
"name": "Peter Gibbons",
"email": "peter@example.com",
"plan": "premium",
"logins": 5
},
"userId": "97980cfea0067"
}
Thanks
Greg