Sync email messages from provider
Email
Sync email messages from provider
Triggers an asynchronous historical sync of the specified connected mailbox (Gmail or Outlook). Returns immediately; observe progress via GET /api/email/messages/sync/status.
POST
Sync email messages from provider
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Sync started or status returned
Returned immediately after POST /api/email/messages/sync kicks off the historical sync. Poll GET /api/email/messages/sync/status for progress.
Available options:
running