Hello there,
I already contacted support over this but they told me I should post it here. Creating a webhook with the following triggers: member_create and member_registration_complete will return incomplete data. Happens with both json or x-www-form:
{
"slug": "23-webhook-listener",
"token": "dVA0Oa1",
"{\"id\":null,\"name\":\"Invitado_danfelbm12345\",\"title\":null,\"timeZone\":\"UTC\",\"formattedName\":\"Invitado_danfelbm12345\",\"primaryGroup\":{\"id\":9,\"name\":\"Miembros\",\"formattedName\":\"Miembros\"},\"secondaryGroups\":": [
""
]
}
another attempt:
{
"slug": "23-webhook-listener",
"token": "dVA0Oa1",
"{\"id\":189269,\"name\":\"danfelbm12345\",\"title\":null,\"timeZone\":\"UTC\",\"formattedName\":\"danfelbm12345\",\"primaryGroup\":{\"id\":9,\"name\":\"Miembros\",\"formattedName\":\"Miembros\"},\"secondaryGroups\":": [
""
]
}
another attempt:
{
"slug": "23-webhook-listener",
"token": "dVA0Oa1",
"id": "",
"name": "Invitado danfelbm1235",
"title": "",
"timeZone": "UTC",
"formattedName": "Invitado danfelbm1235",
"primaryGroup": {
"id": "9",
"name": "Miembros",
"formattedName": "Miembros"
},
"secondaryGroups": [],
"email": "danfelbm1235@gmail.com",
"joined": "2023-05-31T03:34:24Z",
"registrationIpAddress": "2800:484:e97e:3826:d091:9e2:699d:7127",
"warningPoints": "0",
"reputationPoints": "0",
"photoUrl": "\/\/content.invisioncic.com\/u325521\/set_resources_4\/84c1e40ea0e759e3f1505eb1788ddf3c_default_photo.png",
"photoUrlIsDefault": "",
"coverPhotoUrl": "",
"profileUrl": "",
"validating": "",
"posts": "0",
"lastActivity": "",
"lastVisit": "2023-05-31T03:34:24Z",
"lastPost": "",
"birthday": "",
"profileViews": "",
"customFields": [],
"rank": {
"id": "3",
"name": "Newbie",
"icon": "\/\/content.invisioncic.com\/u325521\/monthly_2021_07\/1_Newbie.svg",
"points": "0"
},
"achievements_points": "",
"allowAdminEmails": "",
"completed": "1"
}
All custom fields are missing, actually ton of information is missing. In fact, if you see the "name" key/value, it says "Invitado" which means "Guest" ... And that "prefix" should not exist.
The triggers are faulty.
I'm a Cloud customer, so there isn't much I can do beyond reporting this...