Sync contacts from Frappe/ERPNext to Sipgate.
When a contact is created or updated in ERPNext:
- Check if the numbers are already in Sipgate contacts.
- Update existing contact or create a new one.
- Store (or update) the contact's Sipgate ID.
When a contact is deleted in ERPNext:
- Check if it has a Sipgate ID, abort if not.
- Delete contact in Sipgate.
Phone numbers must be entered with country code (for example, "+49 341-39285850").
Before transmission to Sipgate all whitespaces (" "
), slashes ("/"
) and dashes ("-"
) will be removed from the phone number.
This repository is licensed under GPLv3.
Sipgate is a trademark of sipgate GmbH. This integration is not endorsed or approved in any way by Sipgate.