Call an object CRM EVENTAsk AIpost https://app.xkit.co/api/v1/crm/{connection_id}/objects/{object_slug}/{crm_id}/events/{event_name}Calls a CRM EVENT on a record by its slug. The CRM EVENT is definied in the MAPPING.Path Paramsconnection_idstringrequiredThe CONNECTION id of the integrationobject_slugstringrequiredThe CRM OBJECT slug setup in the DEV PORTALcrm_idstringrequiredThe CRM OBJECT id returned by XKITevent_namestringrequiredThe EVENT slug defined when creating the mapping for a specific CONNECTIONBody ParamsRequest body sent to the CRM EVENT. Payload will be transformed according to the MAPPING.payloadobjectrequiredThe CRM EVENT payload to be sent to the CRM. It will be transformed according to the MAPPING.Event Payload objectResponses 200Sample response: CRM RECORD Response defaultSample response: Error ResponseUpdated over 3 years ago