Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

410 Gone in PUT https://api.infusionsoft.com/crm/rest/v1/contacts/ #306

Open
raulamoretti opened this issue Nov 25, 2022 · 0 comments
Open

Comments

@raulamoretti
Copy link

Client error: PUT https://api.infusionsoft.com/crm/rest/v1/contacts/?access_token= resulted in a 410 Gone response:

My integration was performing very well, but yesterday this error incoming.

Im using version
"name": "infusionsoft/php-sdk",
"version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/infusionsoft/infusionsoft-php.git",
"reference": "cd2272947a253df3ae669515f0518b822ba4ca93"
},

and this error occurs in:

$contact = Infusionsoft::contacts()->create(
["email_addresses" => [$email1],
"given_name" => $name[0],
"family_name" => $name[1],
"phone_numbers" => [$phone],
"duplicate_option" => "Email",
"custom_fields" => [$custom]
], true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant