SugarIntegration
No description
type SugarIntegration {
actions: [Action!]
allow_blank_down: Boolean
allow_blank_up: Boolean
conditional_actions: [ConditionalAction!]
contact_email_list_id: Int
created_at: DateTime
default_account_name: String
default_last_name: String
defined_only: Boolean
id: ID!
lead_email_list_id: Int
lead_score: Boolean
notification_recipients: [SugarIntegrationNotificationRecipient!]
sync_accounts: Boolean
sync_campaigns: Boolean
sync_contacts: Boolean
sync_enabled: Boolean
sync_leads: Boolean
sync_list: Boolean
sync_opportunities: Boolean
updated_at: DateTime
url: String
username: String
}