-
Notifications
You must be signed in to change notification settings - Fork 4
[toolkits/Hubspot][PROD-06] Adding Hubspot New Tools Docs #437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this docs look good but they dupllicate the entry in the docs:
- Please decide whether this should be in
productivity
orsales
- If you move it to
productivity
, please update the link in the card - please link to the references
## Reference | ||
|
||
Below is a reference of enumerations used by some of the tools in the Hubspot toolkit: | ||
|
||
## HubspotCallDirection | ||
|
||
- **INBOUND**: `INBOUND` | ||
- **OUTBOUND**: `OUTBOUND` | ||
|
||
## HubspotEmailDirection | ||
|
||
- **EMAIL**: `EMAIL` | ||
- **INCOMING_EMAIL**: `INCOMING_EMAIL` | ||
- **FORWARDED_EMAIL**: `FORWARDED_EMAIL` | ||
|
||
## HubspotEmailStatus | ||
|
||
- **BOUNCED**: `BOUNCED` | ||
- **FAILED**: `FAILED` | ||
- **SCHEDULED**: `SCHEDULED` | ||
- **SENDING**: `SENDING` | ||
- **SENT**: `SENT` | ||
|
||
## HubspotMeetingOutcome | ||
|
||
- **SCHEDULED**: `SCHEDULED` | ||
- **COMPLETED**: `COMPLETED` | ||
- **RESCHEDULED**: `RESCHEDULED` | ||
- **NO_SHOW**: `NO_SHOW` | ||
- **CANCELED**: `CANCELED` | ||
|
||
## HubspotCommunicationChannel | ||
|
||
- **SMS**: `SMS` | ||
- **WHATS_APP**: `WHATS_APP` | ||
- **LINKEDIN_MESSAGE**: `LINKEDIN_MESSAGE` | ||
- **PHYSICAL_MAIL**: `PHYSICAL_MAIL` | ||
- **CUSTOM_CHANNEL_CONVERSATION**: `CUSTOM_CHANNEL_CONVERSATION` | ||
|
||
## HubspotActivityType | ||
|
||
- **NOTE**: `note` | ||
- **CALL**: `call` | ||
- **EMAIL**: `email` | ||
- **MEETING**: `meeting` | ||
- **TASK**: `task` | ||
- **COMMUNICATION**: `communication` | ||
|
||
## HubspotSortOrder | ||
|
||
- **LATEST_MODIFIED**: `LATEST_MODIFIED` | ||
- **OLDEST_MODIFIED**: `OLDEST_MODIFIED` | ||
- **ALPHABETICAL**: `ALPHABETICAL` | ||
|
||
## HubspotDealType | ||
|
||
- **NEW_BUSINESS**: `newbusiness` | ||
- **EXISTING_BUSINESS**: `existingbusiness` | ||
|
||
## HubspotDealPriority | ||
|
||
- **LOW**: `low` | ||
- **MEDIUM**: `medium` | ||
- **HIGH**: `high` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is repeated in the reference file, maybe it's better to link to it instead? or delete the reference?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be in sales!
🎫 PROD-6
Updating docs for new tools for Hubspot