I have set up a webhook in mautic 3 to send to a third party API when a contact is updated, however it’s missing the contact stage information.
For example, this contact is in a stage named “Lead in CRM”, but this is what’s sent in the API:
"stage": {
"createdByUser": "Jane Doe",
"modifiedByUser": null
},
There is no actual information about the stage here. Is there another way to get this information via the REST API?