When a workflow starts running, the action steps define which operations or processes occur and specify any data that needs to be transferred between blocks. Below is a list the action steps you can use.
Operation | Description | Input Parameters | Output |
|---|---|---|---|
Create Account | Creates a new account in DevRev. |
| Created account object |
Create Contact | Creates a new contact (rev_user) in DevRev. |
| Created rev_user object |
Create Incident | Creates a new incident in DevRev. |
| Created incident object |
Create Issue | Creates a new issue in DevRev. |
| Created issue object |
Create Meeting | Creates a new meeting in DevRev. |
| Created meeting object |
Create Opportunity | Creates a new opportunity in DevRev. |
| Created opportunity object |
Create Ticket | Creates a new ticket in DevRev. |
| Created ticket object |
Convert Conversation To Ticket | Converts a conversation to a ticket. |
| ticket_id: ID of the created ticket |
Operation | Description | Input Parameters | Output |
|---|---|---|---|
GetAccount | Retrieves account details. |
| Account object |
GetAirdropSyncUnit | Retrieves information about an Airdrop sync unit. |
| Sync unit object |
GetConversation | Retrieves conversation details. |
| Conversation object |
GetCustomer | Retrieves customer (rev_user) details. |
| Rev_user object |
GetEnhancement | Retrieves enhancement details. |
| Enhancement object |
GetFeature | Retrieves feature details. |
| Feature object |
GetIncident | Retrieves incident details. |
| Incident object |
GetIssue | Retrieves issue details. |
| Issue object |
GetMeeting | Retrieves meeting details. |
| Meeting object |
GetOpportunity | Retrieves opportunity details. |
| Opportunity object |
GetOrgUser | Retrieves organization user details. |
| Dev_user object |
GetOrgUserPreference | Retrieves user preferences. |
| User preference object |
Operation | Description | Input Parameters | Output |
|---|---|---|---|
UpdateAccount | Updates account details. |
| Updated account object |
UpdateContact | Updates contact (rev_user) details. |
| Updated rev_user object |
UpdateConversation | Updates conversation details. |
| Updated conversation object |
UpdateEnhancement | Updates enhancement details. |
| Updated enhancement object |
UpdateIncident | Updates incident details. |
| Updated incident object |
UpdateIssue | Updates issue details. |
| Updated issue object |
UpdateMeeting | Updates meeting details. |
| Updated meeting object |
UpdateOpportunity | Updates opportunity details. |
| Updated opportunity object |
UpdateQuestionAnswer | Updates a question and answer pair. |
| Updated question_answer object |
UpdateTicket | Updates ticket details. |
| Updated ticket object |
Operation | Description | Input Parameters | Output |
|---|---|---|---|
LinkConversationWithTicket | Creates a link between a conversation and a ticket. |
| Empty response on success |
LinkIncidentWithIssue | Creates a link between an incident and an issue. |
| Empty response on success |
LinkIssueWithIssue | Creates a link between two issues. |
| Empty response on success |
LinkTicketWithIssue | Creates a link between a ticket and an issue. |
| Empty response on success |
ListObjectsLinkedToIssue | Retrieves objects linked to an issue. |
| Array of linked objects with relationship information |
ListObjectsLinkedToTicket | Retrieves objects linked to a ticket. |
| Array of linked objects with relationship information |
Operation | Description | Input Parameters | Output |
|---|---|---|---|
AddComment | Adds a comment to an object in DevRev. Supports various visibility options and user permissions. |
|
|
AskOptions | Displays a message with interactive buttons that users can click. |
| Output ports created dynamically based on button clicks |
SendNotification | Sends a notification to specified users or groups. |
| Empty response on success |