Salesloft
Version 0.0.1
Check out the Salesloft API docs here for more information.
Set up
You will just need a Salesforce API Key to set up a connection. The information on how to generate one can be found here
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | All-time |
Incremental | ✅ | Supported on following reports: calls, call data records, emails, successes |
API reliability | 🟢 | Reliable API |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Calls | updated_at | ID | List calls |
Call data records | updated_at | ID | List call data records |
Emails | updated_at | ID | List emails |
Pending emails | N/A | ID | List pending emails |
Meetings | N/A | ID | List meetings |
Successes | updated_at | ID | List successes |
Limitations
Timezones from the API
As per the official Salesloft API documentation.
The Salesloft API returns timestamps with a timezone offset based on the authenticated users settings profile timezone. This can differ from how timestamps are displayed in-app. The application uses the user's system timezone and automatically converts timestamps to the local time zone set on their system.
If you want the Salesloft API to return data in a specific timezone, you can set the authenticated users timezone here.
Updated about 1 year ago