Events
Create Event
Define a custom event on your org’s default app.
POST
Add a custom event (trigger) to your organization’s default custom application. Once defined, your application can fire the event for a linked account to start workflows. The response is the full, updated list of events.
Authentication
Events are defined at the org level, so this endpoint uses API-key auth.Your Refold API key. Find it in Settings → Credentials.
Body Parameters
Event name. Used as the
event value when firing a trigger.A sample payload (as a string) describing the event’s data shape. Refold parses this into a field map.
Optional JSON schema describing the payload.
Response
- 200 OK
- 400 Bad Request
Returns the full updated array of events for the default app (see List Events for the object shape).