Skip to main content

Create a new contact

  1. In Next Matter select the workflow that should integrate with Nutshell and add a new integration step.
  2. Click Settings and enter the following details:
    • Method: POST
    • URL: https://app.nutshell.com/api/v1/json
    • Headers: Content-Type: application/json
    • Headers: Authorization: Base64-encodedusername:Nutshell_API_KEY. For details on how to generate a Nutshell API key, see Nutshell documentation.
    • Body might look like the following:
  3. If you want to use this contact’s data further in the workflow, create a variable for the contact_id with the value of: $.result.id.
  4. Save your changes.

Create a new account

  1. In Next Matter select the workflow that should integrate with Nutshell and add a new integration step.
  2. Click Settings and enter the following details:
    • Method: POST
    • URL: https://app.nutshell.com/api/v1/json
    • Headers: Content-Type: application/json
    • Headers: Authorization: Base64-encodedusername:Nutshell_API_KEY. It might look like the following: service@[company-domain].com:bhu123b12y312312njh123 For details on how to generate a Nutshell API key, see Nutshell documentation.
    • Body might look like the following:
  3. If you want to use this account’s data further in the workflow, create a variable for the account_id with the value of: $.result.id.
  4. Save your changes.

Create a new lead

  1. In Next Matter select the workflow that should integrate with Nutshell and add a new integration step.
  2. Click Settings and enter the following details:
    • Method: POST
    • URL: https://app.nutshell.com/api/v1/json
    • Headers: Content-Type: application/json
    • Headers: Authorization: Base64-encodedusername:Nutshell_API_KEY. It might look like the following: service@[company-domain].com:bhu123b12y312312njh123 For details on how to generate a Nutshell API key, see Nutshell documentation.
    • Body might look like the following:
  3. If you want to use this account’s data further in the workflow, create a variable for the contact_id with the value of: $.result.id.
  4. Save your changes.