- Help Center
- Integrations
- Endpoints
POST Endpoint
One way to simplify the upload of your directory into Greetly is through a POST endpoint.
Before using this method, you will need two things:
- POST endpoint
- Header details
For the POST endpoint, here's an example of the JavaScript/JSON snippet:
--------------------
{
"name":"701 Lee",
"members":[
{
"email": "jimmy@testing.com",
"first_name": "Jimmy",
"last_name": "Testing",
"company": "Test",
"phone_text": "123-345-4566",
"phone_voice": "123-234-2341",
"phone_voice_extension": null,
"slack_handle": "jimmytest",
"notification_by_email": true,
"notification_by_sms": false,
"notification_by_voice": false,
"notification_by_slack": true,
"status":"Active",
}
]
}
--------------------
The name is your location name that can be found in the Admin Portal.
For the header details, you will need to request that API-KEY for authentication from us by sending an e-mail to success@greetly.com.
Let us know if you have any comments or questions! Email us at success@greetly.com