Skip to content

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

Open
@raulamoretti

Description

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);

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions