Create Activity
Creates one or more activities in OFS. Each Excel row becomes one activity.
1 — Excel file
Each row = one API call.
Submit to OFS
Upload an Excel file.
Fields
activityTyperequiredstringActivity type label as configured in OFS.
resourceIdstringResource to assign activity to. Leave blank = non-scheduled.
datedateScheduled date.
customerNamestringCustomer full name. Max 420 chars.
customerEmailstringCustomer email. Max 320 chars.
phonestringCustomer phone number.
streetAddressstringUsed for geocoding. Max 240 chars.
citystringCity for geocoding. Max 60 chars.
stateProvincestringState/Province for geocoding. Max 60 chars.
postalCodestringPostal / ZIP code.
timeZonestringIANA time zone. Defaults to resource time zone.
durationintegerActivity duration in minutes.
serviceWindowStarttimeEarliest start time.
serviceWindowEndtimeLatest end time.
slaWindowStartdatetimeSLA commitment start.
slaWindowEnddatetimeSLA commitment end.
languagestringLanguage code (e.g. en, fr).
coordXnumberGPS longitude (-180 to 180). Overrides geocoding.
coordYnumberGPS latitude (-90 to 90). Overrides geocoding.
appointmentNumberstringYour external reference ID.
Notes
- ·activityType must exactly match a type label configured in OFS.
- ·If resourceId is omitted, the activity is created as non-scheduled (bucket).
- ·Date must be in YYYY-MM-DD format. Cannot be in the past.