GithubHelp home page GithubHelp logo

Comments (8)

CBRPLX avatar CBRPLX commented on August 20, 2024 9

@apeisa Even if it's not supported yet, I use the v3 client, but with the "no wrapped endpoint" feature as follows :

$response = $hubspot->apiRequest([
    'method' => 'POST',
    'baseUrl' => 'https://api.hsforms.com',
    'path' => "/submissions/v3/integration/submit/$hubspotPortalId/$hubspotFormGuid",
    'body' => [
        "fields" => $fieldsValues,
        "context" => $contextValues,
    ],
]);

This way I'm ready when the submit will be available with client.

Hope it helps you

from hubspot-api-php.

robertodormepoco avatar robertodormepoco commented on August 20, 2024

+1 Basically the marketing API is completely missing as far as i can see

from hubspot-api-php.

ksvirkou-hubspot avatar ksvirkou-hubspot commented on August 20, 2024

Hi everyone.
Form API is currently under development.
As soon as it is ready we will publish it.
https://developers.hubspot.com/docs/api/marketing/forms

from hubspot-api-php.

gmpf avatar gmpf commented on August 20, 2024

@ksvirkou-hubspot Thank you for confirming, I'll use the v2 API for now then.

from hubspot-api-php.

hitty avatar hitty commented on August 20, 2024

Hi, @ksvirkou-hubspot
I understand correctly that there are no forms yet in API version 3?

from hubspot-api-php.

ksvirkou-hubspot avatar ksvirkou-hubspot commented on August 20, 2024

Hi, @ksvirkou-hubspot I understand correctly that there are no forms yet in API version 3?

You understand correctly
Still no Form API v3

from hubspot-api-php.

apeisa avatar apeisa commented on August 20, 2024

What is the latest API for form entry submit? This one has v3 and "legacy" both in the url: https://legacydocs.hubspot.com/docs/methods/forms/submit_form_v3_authentication

Is it what one should use if the need is to submit form entries?

from hubspot-api-php.

ksvirkou-hubspot avatar ksvirkou-hubspot commented on August 20, 2024

Hi everyone.
I've just published forms API in version 10.2.0.
But this API doesn't contain all necessary methods.
if there is no necessary method in the SDK use $hubspot->apiRequest().
You can check all available SDK's methods in the docs.

from hubspot-api-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.