Actions90
- Sessions Actions
- Messages - Sending Actions
- Chats Actions
- Messages - Actions Actions
- Groups Actions
- List Groups
- Group Info
- Get Invite Link
- Revoke Invite Link
- Join via Link
- Preview via Link
- Create Group
- Delete Group
- Update Group Description
- Toggle Announcement Mode
- List Participants
- Add Participants
- Remove Participants
- Demote Participants
- Approve Join Request
- Reject Join Request
- List Join Requests
- Get Group Picture
- Set Group Picture
- Delete Group Picture
- Leave Group
- Update Group Name
- Lock Group Edits
- Promote Participants
- Profile Actions
- Server Actions
- Miscellaneous Actions
Overview
This node operation validates whether a given string is a valid UUID or ULID. It is useful in workflows where you need to verify the format and correctness of unique identifiers before processing or storing them. For example, it can be used to validate user IDs, transaction IDs, or any system-generated unique identifiers to ensure they conform to expected standards.
Use Case Examples
- Validating a UUID received from an external API before using it in a database query.
- Checking if a ULID provided by a user input is valid before proceeding with further processing.
Properties
| Name | Meaning |
|---|---|
| Value | The UUID or ULID string to validate. |
| Additional Fields | Optional additional parameters for extended functionality, though not directly used in validation logic here. |
Output
JSON
jsonisValid- Boolean indicating if the provided UUID/ULID is valid.
Dependencies
- Requires an API key credential for the WARest WhatsApp REST API to perform the validation request.
Troubleshooting
- Ensure the 'Value' input is a non-empty string representing the UUID or ULID to validate.
- If the API returns an error, check that the API key credential is correctly configured and has access to the validation endpoint.
- Common error messages may include invalid input format or authentication failures; verify input correctness and credential validity.
Links
- UUID - Wikipedia - General information about UUIDs.
- ULID Specification - Details about ULID format and usage.
