Telegram CoPilot icon

Telegram CoPilot

Your Personal Telegram CoPilot

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

  1. Retrieve all Telegram contacts to sync with a CRM system.
  2. Fetch contacts to analyze or filter for targeted messaging campaigns.

Output

JSON

  • id - Unique identifier of the contact
  • first_name - First name of the contact
  • last_name - Last name of the contact
  • phone_number - Phone number of the contact
  • usernames - Usernames associated with the contact
  • status - Online status of the contact
  • profile_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

Discussion