Remove Deal Association

In Hubspot every deal can be associated with one or more contacts. The Hubspot - Remove Deal Association step is used when it is necessary to remove the association between a contact and a deal.

Inputs

Connection

Select a connection that contains the passwords or keys that are needed to access the specified Hubspot instance. Since users can not enter secret information directly into the step input, a connection must be created in advance. Generally, connections are created by Administrators or IT Staff who have access to the necessary credentials.

Deal ID

The Deal ID which makes up one end of the association between a deal and a contact. Usually another step, such as the Hubspot - Get Deal Information step must be used earlier in the journey to get the Deal ID.

Contact ID

The Contact ID which makes up one end of the association between a deal and a contact. Usually another step, such as the Hubspot - Get Contact Information step must be used earlier in the journey to get the Contact ID

Outputs

success

If the step successfully removes the association between the contact and the deal it will return a True value, otherwise this output will be False.

message

The "message" returned by this step is valuable mainly for troubleshooting when something goes wrong. It will contain a short message from Front about the success or failure of the attempt to archive the conversation. If trips are failing at this step users may be able to learn more about the reason for the failure by looking for the message in the trip report (found in the Analytics section of the application).

Last updated