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@1d44fff by Khaliq. Commit message: fix(intercom): update syncs and actions (#106)
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent 498133b commit 024aba1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4221,14 +4221,14 @@ integrations:
input: IdEntity
endpoint: GET /single-article
output: Article
create-user:
description: Creates a user in Intercom
input: IntercomCreateUser
endpoint: POST /users
output: User
delete-user:
description: Deletes a user in Intercom
endpoint: DELETE /users
create-contact:
description: Creates a contact in Intercom
input: IntercomCreateContact
endpoint: POST /contact
output: Contact
delete-contact:
description: Deletes a contact in Intercom
endpoint: DELETE /contact
output: SuccessResponse
input: IdEntity
syncs:
Expand Down Expand Up @@ -4265,7 +4265,7 @@ integrations:
users:
runs: every 6 hours
description: |
Fetches a list of users from Intercom
Fetches a list of admin users from Intercom
output: User
sync_type: incremental
endpoint: GET /users
Expand Down Expand Up @@ -4381,11 +4381,11 @@ integrations:
email: string
firstName: string
lastName: string
CreateUser:
CreateContact:
firstName: string
lastName: string
email: string
IntercomCreateUser:
IntercomCreateContact:
firstName: string
lastName: string
email: string
Expand Down

0 comments on commit 024aba1

Please sign in to comment.