SugarCRM
Beta
Common Model Sync Frequencies
Accessed third-party endpoints
Merge interacts with SugarCRM API endpoints to access certain information as detailed below.
API Endpoints

GET/rest/v11/Accounts
Merge interacts with this API endpoint to...
Access Account information
Account fields
descriptionString

industryString

remote_dataArray

remote_created_atDateTime (ISO 8601)

addressesArray

remote_idString

ownerUUID

remote_updated_atDateTime (ISO 8601)

nameString

websiteString
Access Address information
Address fields
street_1String

stateString

cityString

countryEnum

street_2String

postal_codeString
Access PhoneNumber information
PhoneNumber fields
phone_numberString
GET/rest/v11/Leads
Merge interacts with this API endpoint to...
Access Lead information
Lead fields
remote_dataArray

remote_created_atDateTime (ISO 8601)

companyString

email_addressesArray

remote_idString

titleString

ownerUUID

remote_updated_atDateTime (ISO 8601)

last_nameString

first_nameString

lead_sourceString
Access EmailAddress information
EmailAddress fields
email_addressString

remote_idUnknown

email_address_typeString
GET/rest/v11/Tasks
Merge interacts with this API endpoint to...
Access Task information
Task fields
contentString

remote_dataArray

subjectString

statusEnum

due_dateDateTime (ISO 8601)

remote_idString

ownerUUID
GET/rest/v11/Contacts/{contact_id}
Merge interacts with this API endpoint to...
Access Task information
Task fields
accountUUID
Access Engagement information
Engagement fields
accountUUID
GET/rest/v11/Calls
Merge interacts with this API endpoint to...
Access Engagement information
Engagement fields
contentString

remote_dataArray

subjectString

contactsArray

remote_idString

start_timeDateTime (ISO 8601)

ownerUUID

end_timeDateTime (ISO 8601)

directionEnum
GET/rest/v11/Meetings
Merge interacts with this API endpoint to...
Access Engagement information
Engagement fields
contentString

remote_dataArray

subjectString

contactsArray

remote_idString

start_timeDateTime (ISO 8601)

ownerUUID

end_timeDateTime (ISO 8601)
GET/rest/v11/Opportunities
Merge interacts with this API endpoint to...
Access Stage information
Stage fields
nameString
Access Opportunity information
Opportunity fields
descriptionString

remote_dataArray

remote_created_atDateTime (ISO 8601)

amountInteger

statusEnum

accountUUID

remote_idString

ownerUUID

close_dateDateTime (ISO 8601)

nameString

stageUUID
GET/rest/v11/Users
Merge interacts with this API endpoint to...
Access User information
User fields
is_activeBoolean

emailString

remote_idString

remote_dataArray
GET/rest/v11/Contacts
Merge interacts with this API endpoint to...
Access Contact information
Contact fields
remote_dataArray

remote_created_atDateTime (ISO 8601)

accountUUID

addressesArray

remote_idString

last_nameString

first_nameString

email_addressesArray
Access EmailAddress information
EmailAddress fields
email_addressString

remote_idUnknown

email_address_typeString
Access Address information
Address fields
street_1String

stateString

cityString

countryEnum

street_2String

postal_codeString
Access PhoneNumber information
PhoneNumber fields
phone_numberString
GET/rest/v11/Notes
Merge interacts with this API endpoint to...
Access Note information
Note fields
contentString

remote_dataArray

remote_created_atDateTime (ISO 8601)

accountUUID

remote_idString

ownerUUID

remote_updated_atDateTime (ISO 8601)

opportunityUUID

contactUUID