Onfleet · Arazzo Workflow
Onfleet Upsert Recipient and Create Task
Version 1.0.0
Look up a recipient by phone, create one if missing, then create a task for them.
View Spec
View on GitHub
Last Mile DeliveryLogisticsFleet ManagementDispatchRoute OptimizationCourierDriversTrackingGeocodingWebhooksAISaaSArazzoWorkflows
Provider
Workflows
upsert-recipient-and-create-task
Resolve a recipient by phone (create if absent) and create a delivery task.
Finds an existing recipient by phone number or creates a new one, then creates a dropoff task to a geocoded address for that recipient.
1
findRecipient
getRecipientByPhone
Look up an existing recipient by their E.164 phone number.
2
createRecipient
createRecipient
Create a new recipient because none matched the supplied phone number.
3
createTaskForExisting
createTask
Create a dropoff task for the recipient that already existed.
4
createTaskForNew
createTask
Create a dropoff task for the newly created recipient.
Source API Descriptions
openapi