Mar 21, 202510:52 AM - edited Mar 21, 202510:53 AM
Key Advisor | Platinum Partner
Deal Id via webhooks
SOLVE
When you say "didn't have any luck" - what exactly are you seeing? Experience suggests that you will typically need a timezone indication. Please reference the API documentation for some typical cases.
Example: 2025-03-20T17:56:34.344Z and remember that for a 'date' type the hours/min/sec part will be required to be zeros.
Have you tried using the "objectId"? I can see on this similar thread "Webhook Package doesn't contain Deal ID" that you might use this. Have a look at this thread, it might give you ideas.
Most often ISO an format string is what works, but the format needs to be exact (especially regarding a zero minute value if the property you are updating is a date type).
Mar 21, 202510:52 AM - edited Mar 21, 202510:53 AM
Key Advisor | Platinum Partner
Deal Id via webhooks
SOLVE
When you say "didn't have any luck" - what exactly are you seeing? Experience suggests that you will typically need a timezone indication. Please reference the API documentation for some typical cases.
Example: 2025-03-20T17:56:34.344Z and remember that for a 'date' type the hours/min/sec part will be required to be zeros.