Skip to content

Commit

Permalink
Adding Subject and Body on the Email Stream (#54136)
Browse files Browse the repository at this point in the history
Co-authored-by: Octavia Squidington III <[email protected]>
  • Loading branch information
hchiao1 and octavia-squidington-iii authored Feb 18, 2025
1 parent 57d53d7 commit ed7d2f7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3083,6 +3083,14 @@ schemas:
type:
- "null"
- boolean
subject:
type:
- "null"
- string
body:
type:
- "null"
- string
cadence:
type:
- "null"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 41991d12-d4b5-439e-afd0-260a31d4c53f
dockerImageTag: 1.3.1
dockerImageTag: 1.4.0
dockerRepository: airbyte/source-salesloft
githubIssueLabel: source-salesloft
icon: icon.svg
Expand Down
5 changes: 3 additions & 2 deletions docs/integrations/sources/salesloft.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ Salesloft has the [rate limits](hhttps://developers.salesloft.com/api.html#!/Top

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------- |
| 1.3.1 | 2024-12-03 | [48770](https://github.com/airbytehq/airbyte/pull/48770) | Remove duplication in manifest, fix query param updated_at[gt] |
| 1.3.0 | 2024-11-04 | [47298](https://github.com/airbytehq/airbyte/pull/47298) | Migrate to manifest only format |
| 1.4.0 | 2025-02-18 | [54136](https://github.com/airbytehq/airbyte/pull/54136) | add body and subject fields to email stream |
| 1.3.1 | 2024-12-03 | [48770](https://github.com/airbytehq/airbyte/pull/48770) | Remove duplication in manifest, fix query param updated_at[gt] |
| 1.3.0 | 2024-11-04 | [47298](https://github.com/airbytehq/airbyte/pull/47298) | Migrate to manifest only format |
| 1.2.24 | 2024-10-29 | [47048](https://github.com/airbytehq/airbyte/pull/47048) | Update dependencies |
| 1.2.23 | 2024-10-12 | [46833](https://github.com/airbytehq/airbyte/pull/46833) | Update dependencies |
| 1.2.22 | 2024-10-05 | [46491](https://github.com/airbytehq/airbyte/pull/46491) | Update dependencies |
Expand Down

0 comments on commit ed7d2f7

Please sign in to comment.