cURL
curl --request POST \ --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/event-types \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "category": "<string>", "description": "<string>", "json_schema": {}, "name": "<string>" } '
{ "message": "<string>", "status": true, "data": { "category": "<string>", "deprecated_at": "<string>", "description": "<string>", "json_schema": [ 123 ], "name": "<string>", "uid": "<string>" } }
This endpoint creates an event type
Documentation IndexFetch the complete documentation index at: https://getconvoy.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Project ID
Event Type Details
Category is a product-specific grouping for the event type
Description is used to describe what the event type does
JSONSchema is the JSON structure of the event type
Name is the event type name. E.g., invoice.created
Created
Show child attributes
Was this page helpful?