Create a flow
Last updated
Last updated
Copy webhook url.
Complete the settings in the hubspot private app.
Make a test request to generate data schema.
Add app node and choose hubspot.
Choose Asset and Action, and set user id from webhook data.
Make a test request, now we can use the user ID in webhook to query the user's email address.
Add mailchump app, config assets with mailchump api_key.
Choose "create_member" action and set email data from dynamic parameters.
Now that the flow configuration is complete, let's actually test the functionality.
Create contact on hubspot, then webhook will call.
In audit logs, we can see that the flow execution was successful.
Check if the member was successfully created in mailchump.
Congratulations! The flow is ready to use.