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
Custom objects allow you to extend DevRev's data model beyond the standard use-cases served by the native apps (build, support, etc).
19
-
Custom Objects allow you to create and manage object types tailored to your specific business needs.
18
+
Custom objects allow you to extend DevRev's data model beyond the standard use-cases served by the native apps like Build and Support.
19
+
Custom objects allow you to create and manage object types tailored to your specific business needs.
20
20
21
-
## Quick Start
21
+
## Quick start
22
22
23
23
Let's say you want to manage marketing campaigns on DevRev. We'll go through the process of creating a "Campaign" custom object with relevant fields.
24
24
25
25
All DevRev objects require a schema. So, we'll first create a schema for the "Campaign" custom object. Make sure to replace the `<YOUR_API_TOKEN>` with your actual API token.
0 commit comments