Skip to content

Commit

Permalink
chore(integration-templates): Automated commit updating flows.yaml ba…
Browse files Browse the repository at this point in the history
…sed on changes in NangoHQ/integration-templates@da9bf55 by Khaliq. Commit message: fix(gmail-body): update body could be empty (#95)
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 1300c89 commit f62f4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,7 @@ integrations:
but metadata can be set using the `backfillPeriodMs` property
to change the lookback. The property should be set in milliseconds.
input: OptionalBackfillSetting
version: 1.0.2
version: 1.0.3
scopes:
- https://www.googleapis.com/auth/gmail.readonly
output: GmailEmail
Expand Down Expand Up @@ -2820,7 +2820,7 @@ integrations:
recipients?: string | undefined
date: string
subject: string
body: string
body?: string | undefined
attachments: Attachments[]
threadId: string
GmailEmailInput:
Expand Down

0 comments on commit f62f4bc

Please sign in to comment.