API2
rjhillyer at May 30th, 2014 10:42 — #21
It may be related to when there is a queued action for that customer and assignee?
-Tested that, and it works fine
pete_onepagecrm at June 3rd, 2014 07:48 — #22
1) looks like you should be safe on the 140 character length
If you have an incorrect assignee_id
, the NA will just be assigned to the contact's owner.
I'm a bit stumped here. @PawelSmolinski any ideas?
rjhillyer at June 5th, 2014 14:22 — #23
Still hoping for some ideas here. @PawelSmolinski have you had a chance to think about this?
liam at June 6th, 2014 05:17 — #24
Hi Bob,
Here is a list for API v2 of what can cause an Invalid request data error when updating an action:
-
id
is missing
-
assignee_id
is invalid (not a user on your account)
-
name
is longer than 140 characters
- both
next
and waiting
are assigned
-
next
is assigned and date
is present
-
waiting
is assigned and date
is present
- both
waiting
and 'next' are not assigned and date
is missing/invalid
And for the valid date format see the documentation
← previous page
Powered by Discourse, best viewed with JavaScript enabled