Actions9
Overview
This node integrates with the DinastiAPI WhatsApp API to retrieve detailed business profile information for a specified phone number or JID (Jabber ID). It is useful when you need to obtain comprehensive business-related data from WhatsApp accounts, such as business descriptions, categories, addresses, and other metadata associated with a business profile.
Practical examples include:
- Enriching customer records in a CRM by fetching official business details.
- Verifying business information before initiating communication.
- Automating workflows that require business profile validation or display.
Properties
| Name | Meaning |
|---|---|
| Phone Number/JID | The phone number or Jabber ID of the WhatsApp business account to retrieve the profile for. Example formats: 5491155553934 or 5491155553934@s.whatsapp.net. This field is required. |
Output
The node outputs JSON data containing the complete business profile information returned by the DinastiAPI WhatsApp API for the specified phone number or JID. The structure typically includes fields such as business name, description, address, category, and other relevant metadata about the business.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the DinastiAPI WhatsApp API service.
- Requires configuration of an API key credential for authenticating requests to the DinastiAPI.
- The node uses HTTP POST requests to the
/user/business/profileendpoint of the DinastiAPI.
Troubleshooting
Common issues:
- Invalid or improperly formatted phone number/JID input may cause the API request to fail.
- Missing or incorrect API authentication credentials will result in authorization errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Errors returned from the API are passed through; typical messages might indicate invalid phone numbers, unauthorized access, or rate limiting.
- To resolve, verify the phone number format, ensure valid API credentials are configured, and check network connectivity.
Links and References
- DinastiAPI WhatsApp API Documentation (for detailed API usage and endpoints)
- WhatsApp Business Profile concepts: https://developers.facebook.com/docs/whatsapp/api/business-profile