Hi,
This is the first time I am using an API on Hubspot, in order to connect a 3rd party website’s form to my Hubspot account (where I will be able to receive the information submitted in that external non-hubspot form).
As far as I understood, this article doesn’t apply since I am targeting an external form that I didn’t create and I have no control over.
The API code is the following :
$ curl -X GET https://api.coursereport.com/matches \
-H 'Authorization: <YOUR API TOKEN>' \
-H 'Accept: application/vnd.coursereport.v2' \
-d 'page=1' \
-d 'per_page=25' \
-d 'date_start=2017-03-01' \
-d 'date_end=2017-03-15'
My question is basically the following, where should I add this API code snippet in Hubspot ?
Thank you in advance.
Best regards,
Azhar