see the tracking of the generated leads from HubSpot.

Telemarketing Leads gives you best benifit for you business. Now telemarketing is the best way to promote your business.
Post Reply
aktAkterSabiha20
Posts: 22
Joined: Wed Dec 11, 2024 3:33 am

see the tracking of the generated leads from HubSpot.

Post by aktAkterSabiha20 »

The client's marketing team needed to be able to change form fields without affecting the data submission process and connection to their payment gateway. Therefore, they decided to work with HubSpot forms, but customizing the insertion code on a CMS Hub Enterprise website page. In this way, the information received from the form is recorded in the HubSpot account as contacts, and the payment process is initiated by connecting to the client's payment gateway, using a security token that requires integration list of telegram users in kuwait with an external token-providing platform. For security reasons, and to hide all the connection parameters (so that they cannot be copied or replicated), it is proposed to carry out the entire process with the CMS Hub serverless functions functionality. The flow to follow in this implementation is the following:

Image



The user accesses the form in HubSpot and will fill in the required data, then click the button and trigger the page submit.
A contact will be created with all the information from the form and a business using data from the program.
Then the serverless functions are activated and the University security system is asked to create a security token.
The functions invoke the transaction/validate-information method to which it will send the data of the origin, the product and the person, additionally in the Header it will send the token generated in the step.
The payment gateway connects to the University's security system to validate that the token sent by HubSpot is valid and current. If the answer is affirmative, it continues with the other synchronous steps; if not, it returns the error response to HubSpot.
If step 4 was affirmative, proceed to connect to the system to register the sent frame and generate a unique transaction code (guid-transaction).
Finally, the payment gateway responds to HubSpot with the generated link, which contains the token generated in step 6 and, additionally, the guid-transaction generated in step 5, to make the link unique.
Innovation
Post Reply