SOLVED

Re: Marketo SSFS does not update lead datetime fields

Go to solution
sergei
Level 1

Marketo SSFS does not update lead datetime fields

Hi!
I'm implementing an SSFS that can set or change a field of a lead in the callback. The documentation I use: https://github.com/adobe/Marketo-SSFS-Service-Provider-Interface

Wait Until (API Name: waitUntil) - custom datetime lead field

sergei_6-1674634690037.png

This is the data I callback to Marketo. The format is described in the documentation.

sergei_0-1674646620620.png

The field mapping is set up according to the documentation in my serviceDefiniton and looks correct in the Marketo interface.

sergei_4-1674634404074.png

sergei_5-1674634482531.png

But the "Wait Until" lead field remains empty.

sergei_3-1674634354170.png

It's the same with the other datetime fields. There is no problem with the string fields.
What can it be related to?

 

1 ACCEPTED SOLUTION

Accepted Solutions
sergei
Level 1

Re: Marketo SSFS does not update lead datetime fields

I found a suitable datetime format: "2023-01-24T22:09:14-05:00", where "-05:00" is the UTC offset. I think developers should clarify the documentation

View solution in original post

2 REPLIES 2
sergei
Level 1

Re: Marketo SSFS does not update lead datetime fields

I found a suitable datetime format: "2023-01-24T22:09:14-05:00", where "-05:00" is the UTC offset. I think developers should clarify the documentation

SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo SSFS does not update lead datetime fields

ISO 8601 UTC would be the conventional approach: yyyy-MM-ddTHH:mm:ssZ

 

Local time is ambiguous in this situation because there are multiple meanings of "local" (OS timezone, app timezone, instance timezone).