Python SDK for REST API - Schedule Send | Community
Skip to main content
New Participant
December 14, 2023
Question

Python SDK for REST API - Schedule Send

  • December 14, 2023
  • 1 reply
  • 1039 views

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.

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

1 reply

Jo_Pitts1
Community Manager
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