Actions40
- Chat Actions
- Custom Request Actions
- Group Actions
- File Actions
- Login Actions
- Message Actions
- User Actions
- Contact Actions
Overview
This node integrates with the Telegram CoPilot API to perform various Telegram-related operations. Specifically, for the Contact resource with the Get Contacts operation, it retrieves the list of contacts from the authenticated Telegram account. This node is useful for automating Telegram contact management, such as syncing contacts or processing contact data within workflows.
Use Case Examples
- Retrieve all Telegram contacts to sync with a CRM system.
- Fetch contacts to analyze or filter for targeted messaging campaigns.
Output
JSON
id- Unique identifier of the contactfirst_name- First name of the contactlast_name- Last name of the contactphone_number- Phone number of the contactusernames- Usernames associated with the contactstatus- Online status of the contactprofile_photo- Profile photo information of the contact
Dependencies
- Requires Telegram API credentials (API ID, API Hash, and phone number) for authentication.
Troubleshooting
- Ensure the Telegram API credentials are correctly configured and valid to avoid authentication errors.
- If the node throws 'Please login' errors, use the login flow with the ChatTrigger node as described in the TelePilot login guide.
- Check network connectivity to Telegram servers to prevent connection issues.
- If the session is closed or terminated, re-login using the provided instructions.
Links
- TelePilot Login Guide - Instructions for logging in and managing Telegram sessions with TelePilot.