Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
auth_method | string | Accepted Values: oauth, api_key | true | false |
oauth_refresh_token | string | false | false | |
connected_user | string | false | true | |
application_id | string | false | false | |
client_secret | string | false | false | |
api_key | string | (required if auth_method is “api_key”) | false | false |
Example
1 { 2 "name": "salesloft connection", 3 "type": "salesloft", 4 "configuration": { 5 "api_key": "", 6 "application_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds", 7 "auth_method": "", 8 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 9 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq" 10 } 11 }
Model Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Object Accepted Values: task, people, people_tags, people_content_restriction, account, account_tags, success, import, account_stage, account_tier, crm_activity, crm_activity_field, crm_user, group, phone_number_assignment, team, user, meeting, meeting_attendee, meeting_guest, email_template, email_template_attachment, email_template_tag, team_template, team_template_attachment, team_template_tag, calendar_event, calendar_event_attendee, cadence_tag, person_stage, cadence_priority, cadence_membership, step, action, call_instruction, meeting_settings, meeting_settings_time_available, integration_detail, other_detail, email_details | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "people" 5 } 6 }