Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node operation retrieves detailed information about a specific contact in a WhatsApp-like system. It is useful for scenarios where you need to fetch metadata or profile details about a contact, such as their status, profile picture, or other 'about' information. For example, it can be used in customer support workflows to display contact details or in marketing automation to personalize messages based on contact info.
Use Case Examples
- Fetch the 'about' information of a contact by providing their contact ID and session ID.
- Use the retrieved contact details to update a CRM system or trigger conditional logic based on contact attributes.
Properties
| Name | Meaning |
|---|---|
| Session | The session identifier used to authenticate and route the request to the correct WhatsApp session. |
| Contact Id | The unique identifier of the contact whose 'about' information is being requested. |
| Request Options | Additional options to control request behavior such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
contactabout- The detailed 'about' information of the specified contact returned by the API.
Dependencies
- Requires an API session credential to authenticate requests to the WhatsApp-like service.
Troubleshooting
- Ensure the session ID is valid and active; invalid sessions will cause authentication errors.
- Verify the contact ID format is correct and the contact exists; otherwise, the API may return an error or empty response.
- If SSL issues occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail in network-restricted environments.
- Timeout errors may occur if the server is slow or unreachable; increase the timeout setting if needed.