SugarCRM

Provides integration into SugarCRM Professional, Enterprise or Ultimate via the v10 REST API. Note that SugarCRM Community Edition is not supported by this Connector.

Properties

Connection

Type: Connection Input
The Connection Property.

URL
Type: String
The base domain for the SugarCRM instance (eg. https://companyname.sugaropencloud.eu).

Username
Type: String
SugarCRM username.

Password
Type: String
SugarCRM password.

Module

Type: List Input
Indicates the Module to be acted upon.

Accounts
Contacts
Leads
Opportunities
Forecasts
Quotes
QuotedLineItems
Contracts
Documents
Calendar
Calls
Meetings
Emails
Tasks
Notes
Targets
TargetLists
Campaigns
WebToLeadForms
Cases
KnowledgeBase
Bugs
Reports
Employees

Action

Type: List Input
The Action to perform within the selected Module.

List - Returns a list of records for the selected Module.
Get - Returns a single record, matching the key of the record on the Key Property.
Create - Creates a new record in the selected Module.
Update - Updates an existing record with the specified Key in the specified Module.
Delete - Deletes a record matching the specified Key in the specified Module.

Key

Type: String Input
Indicates the key for the record being acted upon. For Action Get, Update or Delete, specify the key for the record. Leave blank for Action List and Create.

RequestXml

Type: Xml Input
Provides the request payload for the call. Only required for Action Create or Update.

ResponseXml

Type: Xml Output
An XML representation of the response returned by the SugarCRM API.