Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your own connection. |
With Helpwise Sell modules in Boost.space Integrator, you can:
-
watch, create, list, and retrieve mailboxes
-
watch, list, and retrieve threads
-
watch, list, and send emails
-
add note
-
watch, create, list, retrieve and search contacts
To get started with Helpwise, create an account at helpwise.io.
To connect Helpwise app, you need to obtain the API Key and API Secret from your Helpwise account:
-
Log in to your Helpwise account.
-
Click Automation > API > Generate Credentials.
-
Copy the API Key and API Secret to a safe place.
-
In your Boost.space Integrator account, insert a Helpwise module in your scenario and click the Add button next to the Connection field.
-
In the Connection name field, enter a name for the connection.
-
In the Key and Secret fields, enter the details copied in step 3 and click Save.
You have successfully connected the Helpwise app and can now build scenarios
You can watch, create, list, and retrieve the mailboxes using the following modules.
Lists your mailboxes from Helpwise.
Connection |
|
Limit |
Set the maximum number of mailboxes Boost.space Integrator will return during one execution cycle. |
Triggers when a new mailbox is added to your Helpwise.
Connection |
|
Limit |
Set the maximum number of mailboxes Boost.space Integrator will return during one execution cycle. |
Returns information about a specific mailbox.
Connection |
|
ID |
Select or map the Mailbox ID whose details you want to retrieve. |
Creates a new mailbox.
Connection |
|
Email address |
Enter the email address associated with the mailbox. |
Display Name |
Enter the mailbox name that appears on the mailbox. |
For field descriptions, see the Helpwise API reference.
You can watch, list, and retrieve the threads using the following modules.
Lists your threads/conversations from Helpwise.
Connection |
|
Mailbox ID |
Select or map the Mailbox ID whose details you want to retrieve. |
Limit |
Set the maximum number of threads Boost.space Integrator will return during one execution cycle. |
For field descriptions, see the Mailbox API reference.
Triggers when a new thread/conversation is added to your mailbox.
Connection |
|
Mailbox ID |
Select or map the Mailbox ID whose details you want to watch. |
Tag ID |
Select or map the Tag ID to watch the threads that match the specified tags. |
Query |
Enter a keyword or phrase to watch the threads that match the specified queries. |
Limit |
Set the maximum number of threads Boost.space Integrator will return during one execution cycle. |
Returns information about a specific thread/conversation.
Connection |
|
Mailbox ID |
Select or map the Mailbox ID whose thread you want to retrieve. |
Thread ID |
Enter the Thread ID whose details you want to retrieve. |
You can watch, list, and send an email using the following modules.
Lists your emails from Helpwise.
Connection |
|
Mailbox ID |
Select or map the Mailbox ID whose emails you want to list. |
Thread ID |
Enter the Thread ID whose emails you want to list. |
Limit |
Set the maximum number of emails Boost.space Integrator will return during one execution cycle. |
Triggers when a new email is added to your mailbox.
Connection |
|
Mailbox ID |
Select or map the Mailbox ID whose emails you want to watch. |
Thread ID |
Select or map the 8-digit number, that you can find in the URL. |
Limit |
Set the maximum number of emails Boost.space Integrator will return during one execution cycle. |
Creates and sends a new email.
Connection |
|
Mailbox ID |
Select or map the Mailbox ID from which you want to send an email. |
To |
Enter a comma-separated list of customer email addresses to which you want to send the email. |
CC |
Enter a comma-separated list of customer email addresses to which you want to add to the CC field of the email. |
Subject |
Enter the subject line for the email. |
Body |
Enter the body message of the email. |
You can add a note using the following modules.
Creates a new note.
Connection |
|
Mailbox ID |
Select or map the Mailbox ID to which you want to add the note. |
For field descriptions, see the Helpwise API reference.
You can watch, create, list, retrieve and search the contacts using the following modules.
Returns data about your contacts from Helpwise
Connection |
|
Limit |
Set the maximum number of contacts Boost.space Integrator will return during one execution cycle. |
Triggers when a new contact is added.
Connection |
|
Limit |
Set the maximum number of contacts Boost.space Integrator will return during one execution cycle. |
Returns information about a specific contact.
Connection |
|
Contact’s ID |
Select or map the Contact ID whose details you want to retrieve. |
Performs a search across all your contacts on Helpwise.
Connection |
|
Limit |
Set the maximum number of contacts Boost.space Integrator will return during one execution cycle. |
For field descriptions, see the Helpwise API reference.
You can call APIs using the following module.
Note | |
---|---|
For the list of available endpoints, refer to the Helpwise API documentation. |
Performs an arbitrary authorized API call.
Connection |
|
URL |
Enter a path relative to |
Method |
GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |