Upload custom eventsAsk AIpost https://api.actonsoftware.com/api/1/customeventsUpload a set of custom events with a simple HTTP POST to the Fact API.Body ParamsdestinationstringSpecify a unique name for the custom event.fieldseparatorstringSet field separator character ("TAB", "COMMA", "SEMICOLON", "SPACE" )quotecharacterstringSet field quote character ("NONE", "SINGLE_QUOTE", "DOUBLE_QUOTE")firstrowstringDoes the first row of the source data contain a heading? ("Y","N")customeventactionstringSet the event type of the custom event. ("CUSTOM_DOWNLOADED", "CUSTOM_REGISTERED", "CUSTOM_ATTENDED", "CUSTOM_GENERAL", "CUSTOM_GENERAL1", "CUSTOM_GENERAL2", "CUSTOM_GENERAL3", "CUSTOM_GENERAL4", "CUSTOM_GENERAL5")emailcolidxstringColumn index (zero-based) for email in the source file.datecolidxstringColumn index (zero-based) for the date for the custom event in the source file.titlecolidxstringColumn index (zero-based) for the event title for the custom event in the source file.dateformatstringdateformat Examples: SLASH FORMATS: MM/dd/yyyy (01/25/2023) dd/MM/yyyy (25/01/2023) MM/dd/yy (01/25/2023) dd/MM/yy (01/25/23) yyyy/MM/dd (2023/01/25) DASH FORMATS: MM-dd-yyyy (01-25-2023) dd-MM-yyyy (25-01-2023) MM-dd-yy (01-25-2023) dd-MM-yy (01-25-23) yyyy-MM-dd (2023-01-25) TEXTUAL MONTH: dd MMM yyyy (25 Jan 2032) MMM dd yyyy (Jan 25 2023) dd MMMM yyyy (25 Jaunuary 2023) EEE, dd MMM yyyy (Tue, 25 Jan 2023) EEEE, dd MMMM yyyy (Tuesday, 25 January 2023) filenamestringnotecolidxstringColumn index (zero-based) for an optional note from the source file.titlecountstringSet the number of new titles you expect to add from the source file. There's no need to count existing titles already within the custom touch eventFilefileResponse 200200Updated 10 months ago