Retrieve event schema attributes like event name, type, and purchase status for a specific…
Create events schema
Design your events schema
Section titled “Design your events schema”You can create an events schema in Tallyfy Manufactory using the POST /events/schema endpoint.
Authentication
Section titled “Authentication”You’ll need this header for all API calls:
X-Manufactory-Auth- Manufactory access token
Required keys
Section titled “Required keys”org_id(required) string - Manufactory org ID.project_id(required) number - The project ID that’s associated with this schema.attributes(required) object - Pairs of attribute name and data type. Here’s the complete list of valid data types.
Request example
Section titled “Request example”{ "org_id": "xyz", "project_id": 12345, "attributes":{ "Event name": "TEXT", "Event type": "TEXT", "Made purchase": "BOOLEAN" }}Response example
Section titled “Response example”{ "message": "Events schema created successfully"}Related articles
Section titled “Related articles” Delete event schemas in Tallyfy Manufactory using the DELETE API endpoint. You’ll need your…
Design and build a single event schema per project in Tallyfy Manufactory. Plan your event…
The POST /actors/schema endpoint lets you create user schemas in Tallyfy Manufactory by…
Was this helpful?
About Tallyfy
- 2026 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks