cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding the pre requisites to connect to the hubspot

giridhar_vegi
Participant
0 Kudos

Hi Experts,

               i had a requirement where my customer is placing the files in the hub spot.From there i need to pick the files in real time and should be routed to the C4C. so i am having the queries as follows

1. is it possible to connect to the hubspot

2. if so what are the pre-requisites i need to do

3. As per understanding i have to use the FTP transport protocol in file adapter.

Please guide me

Thanks

Giridhar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183908
Active Contributor
0 Kudos

Hi Giridhar,

  i had a requirement where my customer is placing the files in the hub spot.

PI can pick the files from the hub if it supports FTP/SFTP

From there i need to pick the files in real time and should be routed to the C4C

FILE based interfaces cant be real time.Since the data will not sent to PI on the fly.Some thirdparty application should create file in hub spot later PI will pick and send to C4C

if so what are the pre-requisites i need to do

--->If the hub supports FTP/SFTP  get the logon details and try to connect using core FTP etc.... check for any firewall issues.you can also request for any XSD/DTD of the file structure and start developing the integration

Thanks

giridhar_vegi
Participant
0 Kudos

Hi pavan,

               we checked with the hubspot team.they are not providing any support for the Ftp/ SFTP Protocols. so the only way you would be able to upload content to Hub Spot would be through our Content APIs as per the conversation. i.e they support the api's like json and python.

as per the following links and my understanding.

http://developers.hubspot.com/docs/methods/blogv2/post_blog_posts

http://developers.hubspot.com/docs/methods/files/post_files

http://developers.hubspot.com/docs/methods/pages/post_pages

what are possible adapters that support the api communication?

As per my understanding REST adapter supports the api communication.Please correct me if i am wrong.

Please suggest me .

Thanks

Giridhar

former_member183908
Active Contributor
0 Kudos

Hi Giridhar,

You can use PI rest adapter to consume rest API.Please check below links for reference.

Thanks

giridhar_vegi
Participant
0 Kudos

Hi pavan,

                I cant understand what my question is here the my hubspot customer is triggering the data through api only so shall I use the rest adapter. i.e. we are having multiple types of API 's right . so what are the API's does the rest api supports .why I am asking is the hub spot supports the above api in which I have provided the links. i.e json and python. so what is the api does the rest adapter supports.

Please Let me know

Thanks

Giridhar

former_member183908
Active Contributor
0 Kudos

You can use sender REST adapter and it supports JSON format.Please refer below link.

Thanks

former_member184720
Active Contributor
0 Kudos

If you gone through the blogs, it's clearly explained that rest adapter supports JSON /XML/ text..

Are you looking for something else?

giridhar_vegi
Participant
0 Kudos

Hi Pavan,

               One more query i am having is , is the rest adapter is the third party adapter or sap standard adapter.why i am asking is because i have not found the specified adapter in the adapter list i.e. in Adapter type i am not able to found this adapter

Thanks

Giridhar

former_member183908
Active Contributor
0 Kudos

Hi Giridhar,

Please refer below blog more for info on REST.Yes, we have REST adapter from both thirdparty vendors and SAP provided.SAP provided is free of cost however please check whether your PI version is compatible or not.

This REST adapter cant deploy separately like SFTP/ODATA/SFSF. You need to apply SP to your existing PI/PO system to get use of REST adapter.By the way you have not mentioned your PI system version.

Thanks

giridhar_vegi
Participant
0 Kudos

Hi pavan ,

we are using the sap process orchestration 7.4 sp08

Thanks

Giridhar

former_member183908
Active Contributor
0 Kudos

Hi Giridhar,

You need to have sp09 to have rest adapter in the default communication channel list.Please refer below blog for the prerequisites.

Thanks

giridhar_vegi
Participant
0 Kudos

Hi pavan,

In that blog i did not find any prerequisites. that like RFC connections etc.Could please guide because i am new to REST Adapter.

Thanks

Giridhar

former_member183908
Active Contributor
0 Kudos

i mean Prerequisites in the sense,you can see REST adapter only once you upgrade your PO to SP09. Please follow/read the blogs which were already given in previous replies and correlate to your requirement.

Thanks

giridhar_vegi
Participant
0 Kudos

Hi Pavan,


Is the Hub spot Provides the Web service or how can i design the Enterprise service Repository Objects.

Thanks

Giridhar

former_member184720
Active Contributor
0 Kudos

That you should check with the provider in your case hubspot, what kind of connections they support. FTP/SFTP, webservices.

giridhar_vegi
Participant
0 Kudos

Hi hareesh,

               so it is possible to connect the sap pi to the hubspot right . so what are the prerequisites that i need to do.

Thanks

Giridhar

former_member184720
Active Contributor
0 Kudos

Read my response again. I never confirmed that you can connect to hubspot from PI.

I suggested you to verify with hubspot itself on what kind of protocols(communication types) they support.