You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a general API question vs a ruby specific question, but here goes.
When creating a lead you accept any arbitrary string for status, but in fact there are only a limited set of valid values (eg new, working, unqualified by default). However, I can't seem to find a way to fetch the set of supported values from anywhere.
I was hoping there might be a /lead_statuses endpoint or something similar?
Am I missing something, or is this a known gap in the API?
Thanks so much,
Matthew
The text was updated successfully, but these errors were encountered:
Unfortunately this is a known gap - we don't have a public endpoint for lead_statuses. I'm gonna pass your query to the service owners but cannot give any ETAs yet.
Hey guys,
This is more of a general API question vs a ruby specific question, but here goes.
When creating a lead you accept any arbitrary string for
status
, but in fact there are only a limited set of valid values (egnew, working, unqualified
by default). However, I can't seem to find a way to fetch the set of supported values from anywhere.I was hoping there might be a
/lead_statuses
endpoint or something similar?Am I missing something, or is this a known gap in the API?
Thanks so much,
Matthew
The text was updated successfully, but these errors were encountered: