Category: Admin
Untitled Snippet
Universal_UserMetaScholar_Clients_AA – Scholar/Student Meta Fields – KIC Enterprises
/** * WPCode Snippet: Scholar/Student Meta Fields – KIC Enterprises * Description: Additional fields for scholars/students – works WITH General User Meta code * Location: Run Everywhere * Priority: 11 (runs after General User Meta) * Prefix: kic_ for KIC…Continue reading
Universal_UserMetaHR_Ba – HR Staff Profile Fields – KIC Enterprises
/** * WPCode Snippet: HR Staff Profile Fields – KIC Enterprises * Description: Comprehensive HR compliance fields for staff members * Location: Run Everywhere * Priority: 12 (runs after General and Scholar/Student) * Prefix: kic_ for KIC Enterprises (portable across…Continue reading
webhook code example updated
{ “lead”: { “email”: “[email protected]”, “ipAddress”: “1.2.3.4”, “referrer”: “https://optinmonster.com/”, “timestamp”: 1699985224, “privacyConsent”: true, “firstName”: “Archie”, “lastName”: “Monster”, “phone”: “888-888-8888” }, “lead_options”: { “list”: “List A”, “tags”: [ “Tag A” ], “data”: { “custom_data”: “Custom Data” } }, “campaign”: { “id”:…Continue reading
webhook updated request body example (copy)
{ “lead”: { “email”: “[email protected]”, “ipAddress”: “1.2.3.4”, “referrer”: “https://optinmonster.com/”, “timestamp”: 1699985224, “firstName”: “Archie”, “lastName”: “Monster”, “phone”: “888-888-8888” }, “lead_options”: { “list”: “List A”, “tags”: [ “Tag A” ], “data”: { “custom_data”: “Custom Data” } }, “campaign”: { “id”: “fvb1cg7s3tkuhn9lqamx”, “title”:…Continue reading
webhook updated request body example
{ “lead”: { “email”: “[email protected]”, “ipAddress”: “1.2.3.4”, “referrer”: “https://optinmonster.com/”, “timestamp”: 1699985224, “firstName”: “Archie”, “lastName”: “Monster”, “phone”: “888-888-8888” }, “lead_options”: { “list”: “List A”, “tags”: [ “Tag A” ], “data”: { “custom_data”: “Custom Data” } }, “campaign”: { “id”: “fvb1cg7s3tkuhn9lqamx”, “title”:…Continue reading