Docs

Create Event

Creates a new event in Edusign.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

Switch between internal IDs and external API IDs for students/professors <br><strong style="color:gold">Important:</strong> When enabled, use external API IDs in the students and professors arrays instead of internal Edusign IDs.

stringrequired

Event title (required)

string

Detailed description of the event (optional)

stringrequired

Event start date and time (required, format: ISO 8601, e.g., "2020-01-20T15:00:00.000Z")

stringrequired

Event end date and time (required, format: ISO 8601, e.g., "2020-01-20T18:00:00.000Z")

array of string
array of string
string

Classroom or location name (will be automatically created if it doesn't exist)

stringrequired

External API identifier for this event (required for tracking and updates)

string

Source system or category for the external API (e.g., "calendar_system")

string

Display color for the event in hex format (e.g., "#4c00ff")

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.