Create an events schema in Tallyfy Manufactory by sending a POST request to /events/schema with…
Get events schema
You can fetch an events schema for a specific project in Tallyfy Manufactory using GET /events/schema/{org_id}/{project_id}.
You’ll need this header for all API calls:
X-Manufactory-Auth- Manufactory access token
Both values are required. They can’t be omitted.
org_idstring - Manufactory org ID.project_idnumber - Manufactory project ID.
{ "attributes": [ { "name": "event_name", "display_name": "Event Name", "data_type": "text" }, { "name": "event_type", "display_name": "Event Type", "data_type": "text" }, { "name": "made_purchase", "display_name": "Made Purchase", "data_type": "boolean" } ], "org_id": "xyz", "project_id": 12345} Delete event schemas in Tallyfy Manufactory using the DELETE API endpoint. You’ll need your…
Use the GET actors/schema endpoint to retrieve schema details for a Tallyfy Manufactory project…
Design and build a single event schema per project in Tallyfy Manufactory. Plan your event…
Was this helpful?
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks