Findind a Deal via Email and Adding a Note

I am trying to do php to find a deal via the person’s email and add a note

s that too difficult? I am reading the api reference but Im not able to do it yet.

Any help is appreciated. Thank you

Hi Cristian,
Here’s what you can do:

  1. Find the id of the person using this endpoint with the flag search_by_mail active
  2. Get the deal you’re looking for using this endpoint
  3. Add the note using this final endpoint

Let me know if that helps.

Yes, that help. But I am not fluent in php so I could not figure the code yet. Thank you for the guide

I see… You can try to use this library, it should make things a bit easier.

1 Like