Documentation
LogIn- Getting started
-
CRM API
- Adding/Updating Contacts
- List Filter/Search Contacts
- Contact Timeline Actions
- Contact Info
- Contact Actions
- Adding/Updating Company
- List Filter/Search Companies
- Company Timeline Actions
- Company Info
- Update Company Info
- Add Company Timeline Action
- Adding/Updating Deals
- List Filter/Search Deals
- List Filter/Search Deals Board View
- Drag/Drop Deals between Stages
- Deal WIN/LOSS Reasons
- Owners
- Countries
- Stages
- Funnels
- Lead Scores
- Deal Timeline Actions
- Deal Info
- Update Deal Info
- Add Deal Timeline Action
- List Filter/Search Activities/Tasks
- Add/Update Activity/Tasks
- Contact Messages
- List User Messages
- Delete Actions
-
Phone API
- Send SMS
- Search Phone Numbers
- Order Phone Number
- List Active Phone Numbers
- Disconnect Phone Number
- List Available Audio Files
- Block Phone Number
- Unblock Phone Number
- Check Number Block Status
- List Phone Sub Accounts
- Add/Edit Sub Account
- Attach Phone Number to Sub Account
- List Phone Numbers Per Sub Account
- System API
- Service/Tickets API
- API - Premium Edition
- Callbacks
- Resellers API
- Enabler API
- SMS Error Codes
This API is used to Add ability to register note, call , meeting , task and assign owner .
Method: Get/Post
Base URL : https://hubbucs.com/site/api/hubb/deal_actions
Method: Get/Post
Base URL : https://hubbucs.com/site/api/hubb/deal_actions
Mandatory Parameters | Sample | Description |
---|---|---|
key | 374593457034859 | The company account API key, you can get from company settings > API settings |
newcontact@url.com | email for user to authenticate | |
password | 123456 | Password for user to authenticate |
deal_id | 758 | Deal ID |
action | action | [addNote => for register a note],[editNote => for edit a registered note] ,[registerCall => for register a call] ,[addTask => for register a task] ,[assignOwner => for assign owner],[registerMeeting => for register meeting] |
Optional Parameters for Search/Filter | Sample | Description |
---|---|---|
For Note | {'Test titlew' , 'Test description','22'} | note_id,note_title,description,note_added_by |
For Call | {1=>Incoming/Inbound,2=Outgoing/Outbound},'2021-03-31','04:55',{1=>No Answer,2=>Busy,3=>Left Vooice Mail,4=>Call BACK,5=>Wrong Number,6=>Not Interest,7=>Connected},'test Comment' | call_type , call_date , call_time ,call_outcome , comments |
For Task | 'Test Name',{1=Phone Call,2=>Send Email,3=>Meeting,5=>Send Postal Mail,6=>Send Fax,7=>Send SMS, 8=> Contac,9=>Other},'2021-03-31','04:55','2','3','3','Test Note' | task_name , task_type , due_date ,due_time , owner_id,assigned_to_id,who_can_see,note |
For Assign Owner | 3 | ownerID |
For register Meeting | '33','2021-03-31','Test Place','04:55','2021-03-31','04:55','Comment' | contact_id, date_added, meeting_place, meeting_date, meeting_time, meeting_notes |
Example:
Example :
https://hubbucs.com/site/api/hubb/deal_actions?key=12134651Gsuid7349&email=XXXXX&password=XXXXX&deal_id=XXX&action=XXXX
Response :
- {
- "message":"success",
- }
- ------OR------
- {
- "error_message":"error message"
- }