Integrate with Front

Connect to the Front App and add a comment to a conversation.

Before you begin

Add a conversation

  1. In Next Matter select the workflow that should integrate with Front, and add a new integration step.
  2. Click Settings and enter the following details:
  • Method: POST
  • URL: https://api2.frontapp.com/conversations/CONVERSATION_ID/comments
  • Headers: Content-Type: application/json
  • Headers: Authorization: FRONT_API_KEY
  • Body might look like the following:
    {
      "body": "COMMENT"//this is a placeholder for your comment
    }
    
  1. Save your changes.