BatchAPI scheduling | Community
Skip to main content
Level 4
May 25, 2023
Solved

BatchAPI scheduling

  • May 25, 2023
  • 2 replies
  • 802 views

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 ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arijitg

Hi @navin_kumar0601 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.

2 replies

Manoj_Kumar
Community Advisor
Community Advisor
May 25, 2023

Hello @navin_kumar0601 

 

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

Manoj  | https://themartech.pro
arijitg
Adobe Employee
arijitgAdobe EmployeeAccepted solution
Adobe Employee
May 25, 2023

Hi @navin_kumar0601 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.