Create Account | Creates a new account in DevRev. | - Account details like name, description, domains, etc.
- subtype: (Optional) Account subtype
- apps: (Optional) Related apps
- app_custom_fields: (Optional) Custom fields
| Created account object |
Create Contact | Creates a new contact (rev_user) in DevRev. | - Contact details like email, full_name, phone, etc.
- subtype: (Optional) Contact subtype
- apps: (Optional) Related apps
- app_custom_fields: (Optional) Custom fields
| Created rev_user object |
Create Incident | Creates a new incident in DevRev. | - Incident details like title, body, applies_to_part, etc.
- subtype: (Optional) Incident subtype
- apps: (Optional) Related apps
- app_custom_fields: (Optional) Custom fields
| Created incident object |
Create Issue | Creates a new issue in DevRev. | - Issue details like title, body, priority_v2, etc.
- subtype: (Optional) Issue subtype
- apps: (Optional) Related apps
- app_custom_fields: (Optional) Custom fields
| Created issue object |
Create Meeting | Creates a new meeting in DevRev. | Meeting details like title, description, start_date, attendees, etc. - subtype: (Optional) Meeting subtype
- apps: (Optional) Related apps
- app_custom_fields: (Optional) Custom fields
| Created meeting object |
Create Opportunity | Creates a new opportunity in DevRev. | - Opportunity details like title, body, applies_to_part, etc.
- subtype: (Optional) Opportunity subtype
- apps: (Optional) Related apps
- app_custom_fields: (Optional) Custom fields
| Created opportunity object |
Create Ticket | Creates a new ticket in DevRev. | - Ticket details like title, body, applies_to_part, etc.
- subtype: (Optional) Ticket subtype
- apps: (Optional) Related apps
- app_custom_fields: (Optional) Custom fields
| Created ticket object |
Convert Conversation To Ticket | Converts a conversation to a ticket. | - conversation_id: ID of the conversation to convert
| ticket_id: ID of the created ticket |