Contact status change

The Contact status change webhook triggers each time a contact status is changed, whether manually or automatically.

The format of the webhook posted is the following:

{
      campaign: null,
      contact: {
        _id: '809f1f77bcf82cd799439012',
        first_name: 'John',
        last_name: 'Doe',
        company_name: 'Aqme CORP',
        role: 'Founder',
        email: '[email protected]',
        phone: '0182834970',
        status: 'qualified',
        listId: '3901809bcf827d79942cf1f7',
        userId: 'f77bcf3901282cd79809f194',
        groupId: 'f82809ccdf1f77b701299439',
        customerId: '9f1f8082cd77bcf742993901',
        company_industry: 'Industrie composants électriques électroniques',
        company_size: '1001-5000',
        company_specialisation: 'Gestionnaire technique',
        company_website: 'https://www.aqmecorp.com',
        area: 'Région de Paris, France',
        city: 'Paris',
        country: 'FRANCE',
        countrycode: 'FR',
        date_added: '2017-11-16T17:43:59.998+0000',
        education_activities: 'Option : management of innovation',
        education_date: '2005-2007',
        education_diploma: 'Bachelor of Science',
        education_major: 'Directeur projet',
        education_school: 'EPITECH Nantes',
        headline: 'Architecte Cloud Devops',
        job_category: 'Program and Project Management',
        lastEmailCategory: 'positive',
        linkedinurl: 'https://fr.linkedin.com/in/romainsimon',
        updatedAt: '2017-11-16T17:43:59.998+0000',
        collectedAt: '2017-11-16T17:43:59.998+0000',
        unsubscribed: false,
        unsubscribe_date: null,
        vars: {}
      },
      message: null,
      user: {
        _id: 'f77bcf3901282cd79809f194',
        last_name: 'Simon',
        first_name: 'Romain',
        email: '[email protected]'
      }
    }
}