We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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);
The text was updated successfully, but these errors were encountered: