Expand my Community achievements bar.

Check out the 3rd Edition of the AEP Community Lens for all the latest releases, resources, and Community updates

BatchAPI scheduling

Avatar

Level 4

Is there way i could using BatchAPI for scheduling. I have an internal application which would access only via API and I wanted to schedule the file load into AEP. 

Thus, could i use BatchAPI for scheduling ?

2 Replies

Avatar

Community Advisor

Hello @navink386520 

 

Not sure about batch API, But you can create a connection and runs on demand with the flow service API. You can set run start and end dates inflow parameters.

 

Here is the documentation link: Flow Service API (adobe.com)

 

Also, Here is a guide on how to build Self-server BATCH sources via Flow service with schedules: Self-Serve Sources (Batch SDK) API Guide | Adobe Experience Platform

Avatar

Employee

Hi @navink386520 not sure what your use case is but for data ingestion it's recommended to use source connectors, otherwise you can try to programmatically schedule this API by any script.