Yes @Jaycee_Lewis I found my mistake while I was writing my message so I posted the solution anyway 😃 I tested it and the call to the API V3 is ...Leia mais
Hello Ladies & Gentleman. I'm stuck in creating a note via the API : <?php
define( 'HUBSPOT_BASE_URL', 'https://api.hubapi.com' );
define( 'HUSPOT_ACCESS_TOKEN', '****-*****-********' );
require_once "./vendor/autoload.php";
Leia mais
Yeah @MPenn6 I'm not speaking on behalf of HubSpot, using directly the appropriate namespace is the standard way to do it with the V3. Example for ...Leia mais
Hi @danhammari Looking at the page https://developers.hubspot.com/docs/api/crm/deals you provided, from the json response in the example the...Leia mais
Hello the HubSpot crew, @dennisedson @prosa @melumbs Actually I've just tested again it looks like the properties are required : $line_item...Leia mais
Hello Ladies & Gentleman. I'm stuck in creating a note via the API : <?php
define( 'HUBSPOT_BASE_URL', 'https://api.hubapi.com' );
define( 'HUSPOT_ACCESS_TOKEN', '****-*****-********' );
require_once "./vendor/autoload.php";
Leia mais
Good Day everyone, I don't know what happened in September but the following endpoint has stopped working properly : https://github.com/HubSpot/hubspot-php/blob/master/src/Resources/CrmAssociations.php Until now in the $line_item I c Leia mais