Python SDK for REST API - Schedule Send | Adobe Higher Education
Skip to main content
Level 2
December 14, 2023
Pregunta

Python SDK for REST API - Schedule Send

  • December 14, 2023
  • 1 respuesta
  • 1048 visualizaciones

Is there a way to extract the scheduled run date for a campaign via the official Python SDK for the Marketo Rest API? I see createdAt and updatedAt but those do not match the Scheduled Run Time on the UI screen.

Este tema ha sido cerrado para respuestas.

1 respuesta

Jo_Pitts1
Community Advisor
Community Advisor
December 17, 2023

@wbarnes0113 ,

createdAt and UpdatedAt have nothing to do with the schedule for a Smart Campaign, so it's not surprising they don't match.

 

As best I can tell, you get everything through the python SDK (nothing particularly official about it BTW) that is made available through the Marketo API.

https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Smart_Campaigns/getSmartCampaignByIdUsingGET

 

 

Frustratingly, the details for a single scheduled run don't appear anywhere.  If the Smart Campaign is set for recurrence, you can work it out from there however.

 

Best of luck with it.

 

Cheers

Jo