WP Manifestindependent plugin directory
manifest / integrations / wpeopleapi

WPeopleAPI

Wordpress plugin to create contact in google contact using PeopleAPI

by PT. Bimasakti · github.com/travisblock/wpeopleapi · website

4stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/travisblock/wpeopleapi/archive/refs/heads/main.zip

From the readme

WPeopleAPI A wordpress plugin to create contact in google contact using PeopleAPI Create contact URL: POST /wp-json/wpeopleapi/v1/contact | Parameter | Desc | |------------|------| | header | Authorization: Bearer [TOKEN] | | body | | name | String (required) | | phone | Number (required) | | email | String (required) | | photo | String base64 encoded (optional) | | group | String: name of existing/new label (optional) | | address | array : address[city] & address[country] (optional) | | birthday | String international date format yyy-mm-dd (optional) | | events | array: events[type] & events[date] (optional) | | urls | array or string: urls[] which should contain pipe \| which means type\|value | | custom | array or string: custom[] which should contain pipe \| which means key\|value |

Read the full README on GitHub →