Can you please explain this in more detail:
Supported Activity Hierarchies
Parent {itemId} [> Child] [> Child]
Contact > Call > Comment
...
Contact > Website > Comment
Specifically, how is this supposed to be called?
I’m a novice at poking around code but I’ve been playing with curl all night and getting the hang of things.
What I want to do is add a call, then add a comment to that call.
I am not sure what this is telling me to do: “Parent {itemId} [> Child] [> Child]“
Am I supposed to pull the call id after creating it and then post the comment to parentid/callid? Or what exactly?
Thanks!
