Helpwise
With Helpwise Sell modules in Make, 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.
Connect Helpwise to Make
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 Make 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
Mailboxes
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 Make will return during one execution cycle. |
Triggers when a new mailbox is added to your Helpwise.
Connection | |
Limit | Set the maximum number of mailboxes Make 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.
Threads
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 Make 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 Make 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. |
Emails
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 Make 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 Make 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. |
Notes
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.
Contacts
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 Make will return during one execution cycle. |
Triggers when a new contact is added.
Connection | |
Limit | Set the maximum number of contacts Make 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. |
Creates a new contact.
For field descriptions, see the Helpwise API reference.
Performs a search across all your contacts on Helpwise.
Connection | |
Limit | Set the maximum number of contacts Make will return during one execution cycle. |
For field descriptions, see the Helpwise API reference.
Other
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. |
Example of use - List Contacts
The following API call returns all contacts from your account.
URL: /dev-apis/contacts/list
Method: POST
The search matches can be found in the module's Output under Bundle > Body > data > contacts.
In our example 6 contacts were returned: