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

could not able to create contact using php api #344

Open
arunkvinam opened this issue Jul 6, 2021 · 2 comments
Open

could not able to create contact using php api #344

arunkvinam opened this issue Jul 6, 2021 · 2 comments

Comments

@arunkvinam
Copy link

Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which do not conform to this template may be closed.

For feature requests please contact us at [email protected]

Version info

  • intercom-php version: 4.4.3
  • Intercom API version: 2.3
  • PHP version: 7.3

Expected behavior

Able to create contact using intercom php api

Actual behavior

 try to create contact using 
   $client->contacts->create([
      'email' => '[email protected]',
      'external_id' => '2022'
  ]);
  But get an error response   "Conflict"
  While checking intercom account . there is not exising contact with user_id with 2022 and email
  But not happened in all request.
 Able to create this contact using intercom panel

Steps to reproduce (as granular as possible, including screenshots where appropriate)

  1. Create a contact via API
  2. Addidng credential external_id
@msalamat
Copy link

Not using the SDK is the solution. I've found too many issues. Waste of time to help track it because they go unaddressed even before "maintenance" mode became active.

@nicdev
Copy link

nicdev commented Aug 7, 2021

I'm getting a "conflict" error also, but when attempting to fire an event. Not sure what "conflict" would mean in that instance.

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

3 participants