You can use webhooks to get notified when your users complete an import using Dromo.
"headless_import_needs_review"
event is triggered when a headless import enters the needs review state."headless_import_failed"
event is triggered when a headless import encounters an unrecoverable error and goes to the failed state."import_completed"
event as detailed above.All headless import webhooks include an additional "headless"
key in the data
object. This will include data about the headless import in a format matching the retrieve headless import endpoint, with the exception that "review_url"
and "original_file_download"
are not exposed in the webhook for security reasons.uploadId
.