-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Source: SalesLoft #4471
Comments
Integration Vetting Webhook-based? (no/partially/yes) partially, events are described here https://developers.salesloft.com/webhooks.html#intro Available authentication modes (API key/Oauth/other) SalesLoft uses OAuth 2.0 authorization flow to generate access tokens that your application can use against the API. Connecting to the data source what kind of API is it? (SOAP/GraphQL/REST/other) is there an SDK available? Can we connect with HTTP requests directly? If this is a database/datalake/pubsub source, does it have a JDBC driver or Java SDK? Creating an account _In order to get started using the API, you will want to follow a few steps:
To create a sandbox account I sent letter to [email protected] |
Call result: For more information on our partner programs: https://salesloft.com/partner-with-salesloft/ and https://help.salesloft.com/s/article/Getting-Started-with-the-SalesLoft-API Please follow the below instructions to get started on your integration.
|
@karinakuz I created an account by following steps 2-4, could you move it to the last phase? we can implement as soon as it's ready! |
@sherifnada thank you! working on it. |
How to populate the account with data? Can it be done entirely through the API? Will it require some work through the UI? If so, what is required? Will it require performing some paid action like running an Ad campaign? If so, please note the action needed, estimated cost, and estimated effort in hours. If a task will take more than 4 hours, please break it down into smaller tasks each of which take no more than 4 hours
Do you need any actions from Airbyte to populate the account with data? If so, please tag @ sherifnada for support
Available streams for sync Main: Get all Accounts https://developers.salesloft.com/api.html#!/Accounts/get_v2_accounts_json
Please mention if any of the endpoints are asynchronous (meaning we have to make a request, wait for the server to compute a response, then make another request to obtain the result) if this is a source where the schema is dynamic/not fixed e.g: database, mention the data model of the connector i.e: relational, document-based, graph-based, etc
Do any streams support incremental sync? |
Creating the account Generating access credentials to the account Populating the account with data Describing the output schema |
@marcosmarxm @sherifnada Would it make sense or useful if we contribute that back here (we just have to wrap up few checklist items before sending it here)? and then additional streams can be added on top. Let me know. |
@prasrvenkat absolutely! Let us know how we can help |
Ok thanks, will send the PR in a day or so. |
Its out there now #6962 |
Tell us about the new connector you’d like to have
Describe the context around this new connector
The text was updated successfully, but these errors were encountered: