Actions15
- Add to Blocklist
- Create Campaign
- Get Campaign Status
- Pause a Campaign
- Pause/Resume Leads
- Remove From Blocklist
- Remove Lead From Leads List
- Start a Campaign
- Update Campaign Details
- Update Lead in Campaign
- Add Email to Campaign
- Add Lead to Campaign
- Add Lead to Leads List
- Add Sequences to Campaign
- Delete Lead From Campaign
Overview
This node interacts with ReachInbox to update a specific lead's data within a campaign. It allows users to modify lead attributes such as email, custom attributes in JSON format, and lead status. This operation is useful for keeping lead information current and accurate in marketing or sales campaigns, for example, updating a lead's contact details or status based on new information or interactions.
Use Case Examples
- Updating a lead's email address and status in a campaign after receiving updated contact information.
- Modifying custom attributes of a lead, such as first name and last name, to personalize campaign communications.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign where the lead exists. Required to specify which campaign's lead to update. |
| Lead ID | The unique identifier of the lead to update within the specified campaign. |
| Email (Optional) | The new email address for the lead, if it needs to be updated. |
| Attributes (JSON) | A JSON object containing key-value pairs of lead attributes to update, such as first name and last name. |
| Lead Status | The updated status of the lead, which can reflect the lead's current state or engagement level. |
Output
JSON
json- The response from the ReachInbox API after attempting to update the lead, including success status and any updated lead data or error details.
Dependencies
- Requires an API key credential for ReachInbox API access.
Troubleshooting
- Ensure the Campaign ID and Lead ID are correct and correspond to existing entities in ReachInbox to avoid errors.
- Verify the JSON format of the Attributes property is valid to prevent request failures.
- Check API key validity and permissions if authentication errors occur.