Skip to content
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

[Components] ortto #13209

Open
pipedream-component-development opened this issue Aug 8, 2024 · 1 comment · May be fixed by #14703
Open

[Components] ortto #13209

pipedream-component-development opened this issue Aug 8, 2024 · 1 comment · May be fixed by #14703
Assignees
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Aug 8, 2024

ortto

URLs

Polling Sources

new-contact-created

Prompt

Emit new event when a contact is created in your Ortto account.

URLs

new-organization-created

Prompt

Emit new event when a organization is created in your Ortto account.

URLs

new-contact-updated

Prompt

Emit new event when a contact is updated in your Ortto account.

URLs

new-organization-updated

Prompt

Emit new event when a organization is updated in your Ortto account.

URLs

Actions

create-custom-activity

Prompt

Creates a unique activity for a user. Can optionally initialize a new record beforehand. The 'activityName' prop is required to specify the activity to be created. The 'recordID' prop is optional and can be used to assign the activity to a preexisting record.

URLs

opt-out-sms

Prompt

Allows a user to opt out from all SMS communications. The 'userID' prop is required to specify who to opt out. No optional props are suggested as Pipedream runs these actions.

URLs

create-record

Prompt

Initializes a new record(person, organization) or updates a preexisting record in the Ortto account. The 'recordType' prop is required to choose between 'person' and 'organization'. Plus, the 'data' prop is necessary, which includes details of the record. No optional props are suggested.

URLs

@vunguyenhung vunguyenhung added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Sep 23, 2024
@luancazarine luancazarine self-assigned this Nov 21, 2024
@luancazarine luancazarine linked a pull request Nov 21, 2024 that will close this issue
luancazarine added a commit that referenced this issue Nov 25, 2024
Sources
 - New Contact Created

Actions
 - Create Custom Activity
 - Opt Out SMS
@luancazarine luancazarine moved this from Doing to Ready for PR Review in Component (Source and Action) Backlog Nov 25, 2024
@lcaresia lcaresia moved this from Ready for PR Review to Ready for QA in Component (Source and Action) Backlog Nov 26, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Nov 27, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for QA in Component (Source and Action) Backlog Nov 27, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to Changes Required in Component (Source and Action) Backlog Nov 27, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-ortto-14abf548bb5e81f3ae10df63743ee69b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
Development

Successfully merging a pull request may close this issue.

3 participants