GuidePlatformv1
Add
Create a new record in the target app.
When the API exposes them, Add can set custom fields on the new record alongside the standard ones.
Common usage
- After a Find that returned nothing — the classic upsert.
- After a trigger fires with record data — straight create.
- Inside a loop over a collection — bulk creation.
What the skill handles
- Endpoint resolution from the operation catalog.
- Required-field validation at build time, before the automation is committed.
- Response parsing into typed output fields available to downstream steps.
- Error surfacing with the response body attached for diagnosis.
Related docs
Last updated May 4, 2026