Trigger Notion manual sync
Starts a manual Notion sync. Emits eventName `integrations.notion.manual_sync` and failureEventName `integrations.notion.manual_sync_failed`.
Starts a manual Notion sync. Emits eventName integrations.notion.manual_sync and failureEventName integrations.notion.manual_sync_failed.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/integrations/notion/sync" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "data": { "success": true }}How is this guide?