Can we access API and how do we implement Staffomatic webhooks?

Our API is open for customers and you are free to use it for working with webhooks and custom integrations.

Instruction

Just follow the instructions that can be found under the following link:

https://developers.staffomatic.com/

Help / Inquiries

If you have any specific questions, please contact us directly.

NOTE: Please omit any password's in your descriptions. If you send any by accident, make sure to change your password immediately for your own data security.

In order to being able to help you, our support can only arbitrate between you and our product team, and hence we need a detailed request description. This way our support team can create a ticket which will be planned and processed and executed as soon as possible.

1. What is the request URL ?

Example:

curl -u email:*** \
  -H 'Content-Type: application/json' \
  -H 'User-Agent: MyApp (yourname@example.com)' \
  -d '{ "name": "My new Loction!" }' \
  -v \
  https://api.staffomaticapp.com/v3/demo/locations.json

2. What parameter did you pass in the request ?

Example:

{ "name": "My new Loction!" }

3. What is the API Response ?

Example:

HTTP/1.1 422 Unprocessable Entity
{"errors":{"name":["must be entered "]}}

or:

HTTP/1.1 404 Not Found
{"error": "not_found"}

4. What is the Problem, what did you expect differently?

Please describe as detailed as possible.

 

 

Please contact us with the above information.