CampaignMember
Links leads and contacts to campaigns, tracking participation and response details.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the campaign member record. | |
| IsDeleted | Boolean | True |
Indicates whether the campaign member record has been deleted (true) or is active (false). | |
| CampaignId | String | False |
Campaign.Id |
ID of the campaign associated with the member. |
| LeadId | String | False |
Lead.Id |
ID of the lead associated with this campaign member, if applicable. |
| ContactId | String | False |
Contact.Id |
ID of the contact associated with this campaign member, if applicable. |
| Status | String | False |
Current status of the campaign member, such as Sent, Responded, or Attended. | |
| HasResponded | Boolean | True |
Indicates whether the lead or contact has responded to the campaign. | |
| CreatedDate | Datetime | True |
Date and time when the campaign member record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the campaign member record. |
| LastModifiedDate | Datetime | True |
Date and time when the campaign member record was last updated. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the campaign member record. |
| SystemModstamp | Datetime | True |
System-maintained timestamp for tracking the latest modification. | |
| FirstRespondedDate | Datetime | True |
Date and time when the lead or contact first responded to the campaign. |