APIs & Integrations

reneed
Member

Update contact by email, does not update

SOLVE

I am attempting to update life cycle stage via API. I receive the 204 status code but when I look at my contact on the web app, no data has been modified
I then receive a 204 No Content status code. However, the field shows no sign of any update made.Any reason this issue happens and a solution?

0 Upvotes
1 Accepted solution
Derek_Gervais
Solution
HubSpot Alumni
HubSpot Alumni

Update contact by email, does not update

SOLVE

Hi @reneed,

Are you trying to set the Lifecycle Stage property backwards? If you're trying to set the Lifecycle Stage property 'up' the funnel (e.g. from Customer to Lead) you first need to clear the property, then set it to the earlier value.

View solution in original post

0 Upvotes
13 Replies 13
reneed
Member

Update contact by email, does not update

SOLVE

Thank you so much it worked!.

Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Update contact by email, does not update

SOLVE

Hi @reneed,

That's exactly correct. Keep in mind that clearing the Lifecycle Stage property will also clear the corresponding "Became a {{Lifecycle Stage}}" properties.

0 Upvotes
Derek_Gervais
Solution
HubSpot Alumni
HubSpot Alumni

Update contact by email, does not update

SOLVE

Hi @reneed,

Are you trying to set the Lifecycle Stage property backwards? If you're trying to set the Lifecycle Stage property 'up' the funnel (e.g. from Customer to Lead) you first need to clear the property, then set it to the earlier value.

0 Upvotes
reneed
Member

Update contact by email, does not update

SOLVE

HI @Derek_Gervais
Yes, I'm trying to go from Customer to Marketqualifiedlead. What do you mean by clear the property? Set it to empty string ?

Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Update contact by email, does not update

SOLVE

Hi @reneed,

I understand, thanks for the clarification. Have you tried testing this using a different rest client? Perhaps something like this:

Advanced REST client

The web developers helper program to create and test custom HTTP requests.

0 Upvotes
reneed
Member

Update contact by email, does not update

SOLVE

Hi @Derek_Gervais,
I tried the rest Client above and it worked for lifecyclestage some time ago , then I tried again last night and it didn't work for "lifecyclestage" but it worked for "firstname". Any Idea why this is happening and a possible solution?
P.S.
I switched to using this contact - https://app.hubspot.com/contacts/1753938/contact/15052154/?interaction=note

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Update contact by email, does not update

SOLVE

Hi @reneed,

I went ahead and jumped into your portal to take a look at that contact, and the Lifecycle Stage property history seems a bit strange. It looks like your user is listed as the change source for all of this contact's Lifecycle Stage updates is a user's email address, which means that the user manually updated the property. Are each of these Lifecycle Stage updates coming from your postman requests? Or are you manually changing the property during your testing?

0 Upvotes
reneed
Member

Update contact by email, does not update

SOLVE

Hi @Derek_Gervais
All the changes were manually done by me, none of my postman requests worked.

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Update contact by email, does not update

SOLVE

Hi @reneed,

That all seems ok. Can you send me a link to that contact in HubSpot so that I can troubleshoot in your portal?

0 Upvotes
reneed
Member

Update contact by email, does not update

SOLVE
0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Update contact by email, does not update

SOLVE

Hi @reneed,

Can you post the full request you’re making so that I can take a look?

0 Upvotes
reneed
Member

Update contact by email, does not update

SOLVE
0 Upvotes
reneed
Member

Update contact by email, does not update

SOLVE

I was testing with postman


I receive 200 OK but when I check, there are no changes.

0 Upvotes