Retrieve event schema attributes like event name, type, and purchase status for a specific…
Create events schema
You can create an events schema in Tallyfy Manufactory using the POST /events/schema endpoint.
You’ll need this header for all API calls:
X-Manufactory-Auth- Manufactory access token
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.
{ "org_id": "xyz", "project_id": 12345, "attributes":{ "Event name": "TEXT", "Event type": "TEXT", "Made purchase": "BOOLEAN" }}{ "message": "Events schema created successfully"} 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
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks