Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks again @SanfordWhiteman! To recap a few things just to add the documentation here for the discussion since there were a few pieces I wasn't aware of that helped me to figure out how all of this can come together: Calling webhooks in a flow, for all intents and purposes, is nearly asynchronous...
Ah, I see now. Given that appointment reminders can overlap, however, wouldn't that cause havoc on the wait times? I assume wait times are set once at the time of the flow step and stored in some way that it can't be manipulated? For example, say my schedule looks like this:Reminders at: - Time o...
OK, since this group has been so helpful, allow me to indulge (context: completely new to Marketo and trying to learn rapidly). Here's the context of what I'm trying to achieve: We have custom objects of appointments with an appointment datetime field (amongst other attributes) - tied to lead recor...
Hahaha - just discovered your blog. Thank you for the sheer volume of time you must put into this. Appreciate it!
Thank you @SanfordWhiteman, that was the piece I was missing. Do you mind telling me where you knew that? I clearly missed the documentation from Marketo that notes this. Appreciate your quick response - it helps me a ton!Jon
OK, I've been reading through all of the material on these posts, but I seem to be missing one piece. Context: we created a custom object for appointments, and one of the fields is appointment date, which is of type datetime. In the REST API calls, we post the appointment date in the following for...