To create a connection between Hubspot and Pipedrive using Pipedream, you can follow these steps: 1. Create a new workflow in Pipedream. 2. Add the “New Contact” trigger from the HubSpot app as the first step. Connect your HubSpot account and follow the instructions on the trigger configuration screen. 3. Add the “Add Person” action from the Pipedrive app as the second step. Connect your Pipedrive account. 4. Map the fields from the HubSpot contact to the corresponding fields in the Pipedrive “Add Person” action. For example, you can map the contact’s name, email, phone, etc. You can also add more fields to the “Add Person” action by using the optional props available in the action. Some of the optional fields include Owner ID, Organization ID, Email, Phone, and Visible To. You can map these fields from the HubSpot contact data or provide custom values. If you need to add custom fields that are not available in the “Add Person” action, you can use the Pipedrive API to update the person after creating it. You can add a “Run Node.js code” step after the “Add Person” action and use the Pipedrive API to update the person with the custom fields. If you have any questions or need assistance, please let me know.