You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: