Skip to main content

FollowupActivity

Default values for a follow-up activity.

type FollowupActivity {
closed: Boolean
contact: Contact
endTime: String
opportunityId: Int
reason: FollowupActivityReason
scheduledDate: String
startTime: String
type: ActivityType
user: User
}

Fields

FollowupActivity.closed ● Boolean scalar

Whether or not the follow-up activity should default to done.

FollowupActivity.contact ● Contact object

What contact, and therefore also what account the follow-up activity should be assigned to.

FollowupActivity.endTime ● String scalar

End time of the follow-up activity.

FollowupActivity.opportunityId ● Int scalar

Which Opportunity the follow-up activity should be connected to. null if the activity should not be connected to any Opportunity.

FollowupActivity.reason ● FollowupActivityReason enum

Why this follow-up activity is suggested.

FollowupActivity.scheduledDate ● String scalar

Which date the follow-up activity should default to.

FollowupActivity.startTime ● String scalar

Start time of the follow-up activity.

FollowupActivity.type ● ActivityType object

What type of activity the follow-up activity should be.

FollowupActivity.user ● User object

What user should be responsible for the new follow-up activity.

Member of

Activity object