← Tools Reference

SupportBee

SupportBee integration (Communication, Productivity). Imported from open-connector.

API key15 toolshttps://{company}.supportbee.com
GET
supportbee_list_tickets
List SupportBee tickets with optional official ticket filters.

/tickets

15 parameters
ParamTypeRequiredDescription
per_pageintegeroptionalThe number of records to retrieve. SupportBee requires this to be less than 100.
pageintegeroptionalThe one-based SupportBee page number to retrieve.
archivedstringoptionalHow SupportBee should include archived tickets: true, false, or any.
spambooleanoptionalWhether SupportBee should include tickets marked as spam.
trashbooleanoptionalWhether SupportBee should include trashed tickets.
repliesbooleanoptionalWhether SupportBee should return only tickets with replies or only tickets with…
max_repliesintegeroptionalThe exact number of replies a ticket must have.
assigned_userstringoptionalSupportBee assigned_user filter such as me, any, none, or an agent ID.
assigned_teamstringoptionalSupportBee assigned_team filter such as mine, none, or a team ID.
labelstringoptionalThe SupportBee label name used to filter tickets.
sincestringoptionalA SupportBee date, date-time, or timestamp lower bound for ticket activity.
untilstringoptionalA SupportBee date, date-time, or timestamp upper bound for ticket activity.
sort_bystringoptionalThe SupportBee ticket sort mode.
requester_emailsarrayoptionalEmail addresses sent to SupportBee.
total_onlybooleanoptionalWhether SupportBee should return only the total ticket count.
GET
supportbee_search_tickets
Search SupportBee tickets by query text with optional pagination filters.

/tickets/search

5 parameters
ParamTypeRequiredDescription
querystringrequiredThe SupportBee ticket search query.
per_pageintegeroptionalThe number of records to retrieve. SupportBee requires this to be less than 100.
pageintegeroptionalThe one-based SupportBee page number to retrieve.
spambooleanoptionalWhether SupportBee should include tickets marked as spam.
trashbooleanoptionalWhether SupportBee should include trashed tickets.
GET
supportbee_get_ticket
Retrieve a SupportBee ticket by ID.

/tickets/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredA positive SupportBee numeric identifier.
POST
supportbee_create_ticket
Create a SupportBee ticket with JSON body content and optional email recipients.

/tickets

10 parameters
ParamTypeRequiredDescription
subjectstringoptionalThe subject of the ticket.
requester_namestringoptionalThe name of the ticket requester.
requester_emailstringoptionalThe email address of the ticket requester.
ccarrayoptionalEmail addresses sent to SupportBee.
bccarrayoptionalEmail addresses sent to SupportBee.
notify_requesterbooleanoptionalWhether SupportBee should email a copy of the ticket to the requester, CC, and …
textstringoptionalThe plain-text ticket body. Either text or html must be provided.
htmlstringoptionalThe HTML ticket body. Either text or html must be provided.
attachment_idsarrayoptionalSupportBee attachment IDs that were already uploaded through the SupportBee att…
forwarding_address_idstringoptionalThe SupportBee forwarding address ID used as the sender for ticket copies or au…
GET
supportbee_list_ticket_replies
List replies for a SupportBee ticket.

/tickets/{ticket_id}/replies

1 parameter
ParamTypeRequiredDescription
ticket_idintegerrequiredA positive SupportBee numeric identifier.
GET
supportbee_get_ticket_reply
Retrieve one SupportBee ticket reply by ticket ID and reply ID.

/tickets/{ticket_id}/replies/{reply_id}

2 parameters
ParamTypeRequiredDescription
ticket_idintegerrequiredA positive SupportBee numeric identifier.
reply_idintegerrequiredA positive SupportBee numeric identifier.
POST
supportbee_create_ticket_reply
Create a SupportBee ticket reply with JSON body content.

/tickets/{ticket_id}/replies

7 parameters
ParamTypeRequiredDescription
ticket_idintegerrequiredA positive SupportBee numeric identifier.
textstringoptionalThe plain-text reply body. Either text or html must be provided.
htmlstringoptionalThe HTML reply body. Either text or html must be provided.
ccarrayoptionalEmail addresses sent to SupportBee.
bccarrayoptionalEmail addresses sent to SupportBee.
attachment_idsarrayoptionalSupportBee attachment IDs that were already uploaded through the SupportBee att…
on_behalf_ofobjectoptionalThe SupportBee agent to reply on behalf of. Admin rights are required upstream.
GET
supportbee_list_ticket_comments
List comments for a SupportBee ticket.

/tickets/{ticket_id}/comments

1 parameter
ParamTypeRequiredDescription
ticket_idintegerrequiredA positive SupportBee numeric identifier.
POST
supportbee_create_ticket_comment
Create a SupportBee ticket comment with JSON body content.

/tickets/{ticket_id}/comments

3 parameters
ParamTypeRequiredDescription
ticket_idintegerrequiredA positive SupportBee numeric identifier.
textstringoptionalThe plain-text comment body. Either text or html must be provided.
htmlstringoptionalThe HTML comment body. Either text or html must be provided.
GET
supportbee_list_labels
List custom SupportBee labels for the connected desk.

/labels

POST
supportbee_add_label_to_ticket
Add an existing SupportBee label to a ticket.

/tickets/{ticket_id}/labels/{label_name}

2 parameters
ParamTypeRequiredDescription
ticket_idintegerrequiredA positive SupportBee numeric identifier.
label_namestringrequiredThe existing SupportBee label name to add.
DELETE
supportbee_remove_label_from_ticket
Remove a SupportBee label from a ticket.

/tickets/{ticket_id}/labels/{label_name}

2 parameters
ParamTypeRequiredDescription
ticket_idintegerrequiredA positive SupportBee numeric identifier.
label_namestringrequiredThe SupportBee label name to remove.
GET
supportbee_list_users
List SupportBee users and customer groups.

/users

3 parameters
ParamTypeRequiredDescription
with_invitedbooleanoptionalWhether SupportBee should include invited users.
with_rolesarrayoptionalRole names SupportBee should include, sent as a comma-separated with_roles quer…
typestringoptionalThe SupportBee user type filter.
GET
supportbee_get_user
Retrieve one SupportBee user or customer group by ID.

/users/{id}

2 parameters
ParamTypeRequiredDescription
idintegerrequiredA positive SupportBee numeric identifier.
max_ticketsintegeroptionalThe maximum number of tickets SupportBee should include for the user, or false …
GET
supportbee_list_teams
List SupportBee teams with optional user expansion filters.

/teams

2 parameters
ParamTypeRequiredDescription
with_usersbooleanoptionalWhether SupportBee should include users in each team.
userstringoptionalThe SupportBee user filter. Official docs currently support me.