Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Search…
Welcome to Naas
😎
Templates
AWS
Airtable
AlphaVantage
Bazimo
Boursorama
Bubble
CCXT
CSV
Canny
Celestrak
Cityfalcon
D-Tale
Dask
Data.gouv.fr
Draft Kings
EM-DAT
Elasticsearch
Excel
FAO
FEC
FTP
GitHub
Gmail
Google Analytics
Google Drive
Google Search
Google Sheets
HTML
Healthchecks
HubSpot
Update deal
Send contacts to gsheet
Create contacts from linkedin post likes
Update Task
Create contact
Create Task
Get Task
Get all pipelines and dealstages
Get new deals created weekly
Update followers from linkedin
Get contact
Delete contact
Update contact
Send LinkedIn invitations from contacts
Associate contact to deal
Update jobtitle country industry from linkedin
Send sales brief
Get contacts associated to deal
Get closed deals weekly
Get all deals
Delete deal
Delete Task
Get deal
Get all contacts
Update linkedinbio from google
Send deals to gsheet
Create deal
Hugging Face
IFTTT
IMDB
INPI
IUCN
Insee
Instagram
Integromat
Johns Hopkins
Jupyter
Jupyter Notebooks
LinkedIn
Matplotlib
Metrics Store
Microsoft Teams
Microsoft Word
MongoDB
MySQL
NASA
Naas
Naas Auth
Neo
Newsapi
Notion
OpenWeatherMap
OwnCloud
PDF
Pandas
Pillow
Pipedrive
Plaid
Plotly
PostgresSQL
PyPI
Python
Qonto
Quandl
Reddit
Redshift
Remoteok
Remotive
SAP-HANA
SendGrid
Slack
Snowflake
Societe.com
Spotify
Streamlit
Stripe
Telegram
Thinkific
TikTok
Trello
Twilio
Twitter
WSR
WorldBank
Worldometer
XML
YahooFinance
YouTube
Youtube
ZIP
Zapier
spaCy
Google Analytics
Google Drive
Google Search
Google Sheets
Hugging Face
Johns Hopkins
Jupyter Notebooks
Metrics Store
Microsoft Teams
Microsoft Word
Naas Auth
Elastic Search
Excel 365
🔄
Low-code features
🏎
Low-code drivers
🌎
Community
Essentials
Advanced
Best Practices
FAQ
⚡
Naas manager
🔐
Security
Powered By
GitBook
Delete deal
Tags:
#hubspot #crm #sales #deal #naas_drivers
Author:
Florent Ravenel
Input
Import library
1
from
naas_drivers
import
hubspot
Copied!
Setup your HubSpot
👉 Access your
HubSpot API key
1
HS_API_KEY
=
'YOUR_HUBSPOT_API_KEY'
Copied!
Model
Enter deal id
1
deal_id
=
'3501002068'
Copied!
Output
Delete deal
1
hubspot
.
connect
(
HS_API_KEY
).
deals
.
delete
(
deal_id
)
Copied!
Previous
Get all deals
Next
Delete Task
Last modified
2mo ago
Copy link
Edit on GitHub
Contents
Input
Model
Output