cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/omnichannel/email/sync/backfill-empty \ --header 'Authorization: Bearer <token>'
{ "backfilled": 123, "errors": 123 }
Fetches full message data from Graph API for existing Activity records that were saved with empty subject/content. Returns count of successfully backfilled records.
Bearer token authentication
Backfill completado