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.
📝 Note: Unless noted otherwise, creation actions accept optional
subtype,apps, andapp_custom_fieldsparameters.
Operation | Input | Output |
|---|---|---|
Create Account | Account details like name, description, domains, etc. | Created account object |
Create Contact | Contact details like email, full_name, phone, etc. | Created rev_user object |
Create Incident | Incident details like title, body, applies_to_part, etc. | Created incident object |
Create Issue | Issue details like title, body, priority_v2, etc. | Created issue object |
Create Meeting | Meeting details like title, description, start_date, attendees, etc. | Created meeting object |
Create Opportunity | Opportunity details like title, body, applies_to_part, etc. | Created opportunity object |
Create Ticket | Ticket details like title, body, applies_to_part, etc. | Created ticket object |
Convert Conversation To Ticket |
|
|
📝 Note: Unless noted otherwise, retrieval actions accept optional
subtypeandappsparameters.
Operation | Input | Output |
|---|---|---|
GetAccount |
| Account object |
GetAirdropSyncUnit |
| Sync unit object |
GetConversation |
| Conversation object |
GetCustomer |
| Rev_user object |
GetEnhancement |
| Enhancement object |
GetFeature |
| Feature object |
GetIncident |
| Incident object |
GetIssue |
| Issue object |
GetMeeting |
| Meeting object |
GetOpportunity |
| Opportunity object |
GetOrgUser |
| Dev_user object |
GetOrgUserPreference |
| User preference object |
📝 Note: Unless noted otherwise, update actions accept optional
subtype,apps, andapp_custom_fieldsparameters.
Operation | Input | Output |
|---|---|---|
UpdateAccount |
| Updated account object |
UpdateContact |
| Updated rev_user object |
UpdateConversation |
| Updated conversation object |
UpdateEnhancement |
| Updated enhancement object |
UpdateIncident |
| Updated incident object |
UpdateIssue |
| Updated issue object |
UpdateMeeting |
| Updated meeting object |
UpdateOpportunity |
| Updated opportunity object |
UpdateQuestionAnswer |
| Updated question_answer object |
UpdateTicket |
| Updated ticket object |
Operation | Input | Output |
|---|---|---|
LinkConversationWithTicket |
| Empty response on success |
LinkIncidentWithIssue |
| Empty response on success |
LinkIssueWithIssue |
| Empty response on success |
LinkTicketWithIssue |
| Empty response on success |
ListObjectsLinkedToIssue |
| Array of linked objects with relationship information |
ListObjectsLinkedToTicket |
| Array of linked objects with relationship information |
Operation | Input | Output |
|---|---|---|
AddComment |
|
|
AskOptions |
| Output ports created dynamically based on button clicks |
SendNotification |
| Empty response on success |