Logo
Engagesoft Logo

Engagesoft APIs

Engagesoft offers a comprehensive employee engagement and employee experience platform and engagement benchmarks for the Middle East. Contact us for a demo of Engagesoft in Arabic or English.

Developer

Engagesoft APIs

Account Request URL

-

Base Endpoint

-

Accounts

Retrieve a list of accounts.

/accounts

account_id, account_details, unique_name, account_currency, account_address, account_description, account_balance

Accounts

Create an account.

/accounts

account_details, unique_name, account_currency, account_address, account_description

Accounts

Retrieve an account by its ID.

/accounts/{account_id}

account_id

Accounts

Update an account by its ID.

/accounts/{account_id}

account_details, unique_name, account_currency, account_address, account_description, account_balance

Accounts

Delete an account by its ID.

/accounts/{account_id}

account_id

Batches

Retrieve a list of batches.

/batches

batch_id, batch_name, batch_description, created_at, updated_at

Batches

Create a batch.

/batches

batch_name, batch_description

Batches

Retrieve a batch by its ID.

/batches/{batch_id}

batch_id

Batches

Update a batch by its ID.

/batches/{batch_id}

batch_name, batch_description

Batches

Delete a batch by its ID.

/batches/{batch_id}

batch_id

Contacts

Retrieve a list of contacts.

/contacts

contact_id, contact_name, contact_email, contact_phone, contact_address, contact_description, contact_company, contact_department, contact_title, contact_status, contact_tags, contact_custom_fields

Contacts

Create a contact.

/contacts

contact_name, contact_email, contact_phone, contact_address, contact_description, contact_company, contact_department, contact_title, contact_status, contact_tags, contact_custom_fields

Contacts

Retrieve a contact by its ID.

/contacts/{contact_id}

contact_id

Contacts

Update a contact by its ID.

/contacts/{contact_id}

contact_name, contact_email, contact_phone, contact_address, contact_description, contact_company, contact_department, contact_title, contact_status, contact_tags, contact_custom_fields

Contacts

Delete a contact by its ID.

/contacts/{contact_id}

contact_id

Documents

Retrieve a list of documents.

/documents

document_id, document_name, document_description, document_file, document_type, document_category, document_tags, document_custom_fields, document_created_at, document_updated_at

Documents

Create a document.

/documents

document_name, document_description, document_file, document_type, document_category, document_tags, document_custom_fields

Documents

Retrieve a document by its ID.

/documents/{document_id}

document_id

Documents

Update a document by its ID.

/documents/{document_id}

document_name, document_description, document_file, document_type, document_category, document_tags, document_custom_fields

Documents

Delete a document by its ID.

/documents/{document_id}

document_id

Events

Retrieve a list of events.

/events

event_id, event_name, event_description, event_start_date, event_end_date, event_location, event_type, event_category, event_tags, event_custom_fields, event_created_at, event_updated_at

Events

Create an event.

/events

event_name, event_description, event_start_date, event_end_date, event_location, event_type, event_category, event_tags, event_custom_fields

Events

Retrieve an event by its ID.

/events/{event_id}

event_id

Events

Update an event by its ID.

/events/{event_id}

event_name, event_description, event_start_date, event_end_date, event_location, event_type, event_category, event_tags, event_custom_fields

Events

Delete an event by its ID.

/events/{event_id}

event_id

Leads

Retrieve a list of leads.

/leads

lead_id, lead_name, lead_email, lead_phone, lead_address, lead_description, lead_company, lead_department, lead_title, lead_status, lead_tags, lead_custom_fields

Leads

Create a lead.

/leads

lead_name, lead_email, lead_phone, lead_address, lead_description, lead_company, lead_department, lead_title, lead_status, lead_tags, lead_custom_fields

Leads

Retrieve a lead by its ID.

/leads/{lead_id}

lead_id

Leads

Update a lead by its ID.

/leads/{lead_id}

lead_name, lead_email, lead_phone, lead_address, lead_description, lead_company, lead_department, lead_title, lead_status, lead_tags, lead_custom_fields

Leads

Delete a lead by its ID.

/leads/{lead_id}

lead_id

Opportunities

Retrieve a list of opportunities.

/opportunities

opportunity_id, opportunity_name, opportunity_description, opportunity_stage, opportunity_value, opportunity_close_date, opportunity_type, opportunity_category, opportunity_tags, opportunity_custom_fields, opportunity_created_at, opportunity_updated_at

Opportunities

Create an opportunity.

/opportunities

opportunity_name, opportunity_description, opportunity_stage, opportunity_value, opportunity_close_date, opportunity_type, opportunity_category, opportunity_tags, opportunity_custom_fields

Opportunities

Retrieve an opportunity by its ID.

/opportunities/{opportunity_id}

opportunity_id

Opportunities

Update an opportunity by its ID.

/opportunities/{opportunity_id}

opportunity_name, opportunity_description, opportunity_stage, opportunity_value, opportunity_close_date, opportunity_type, opportunity_category, opportunity_tags, opportunity_custom_fields

Opportunities

Delete an opportunity by its ID.

/opportunities/{opportunity_id}

opportunity_id

Products

Retrieve a list of products.

/products

product_id, product_name, product_description, product_price, product_category, product_tags, product_custom_fields

Products

Create a product.

/products

product_name, product_description, product_price, product_category, product_tags, product_custom_fields

Products

Retrieve a product by its ID.

/products/{product_id}

product_id

Products

Update a product by its ID.

/products/{product_id}

product_name, product_description, product_price, product_category, product_tags, product_custom_fields

Products

Delete a product by its ID.

/products/{product_id}

product_id

Quotes

Retrieve a list of quotes.

/quotes

quote_id, quote_name, quote_description, quote_total, quote_discount, quote_tax, quote_status, quote_terms, quote_due_date, quote_created_at, quote_updated_at

Quotes

Create a quote.

/quotes

quote_name, quote_description, quote_total, quote_discount, quote_tax, quote_status, quote_terms, quote_due_date

Quotes

Retrieve a quote by its ID.

/quotes/{quote_id}

quote_id

Quotes

Update a quote by its ID.

/quotes/{quote_id}

quote_name, quote_description, quote_total, quote_discount, quote_tax, quote_status, quote_terms, quote_due_date

Quotes

Delete a quote by its ID.

/quotes/{quote_id}

quote_id

Tasks

Retrieve a list of tasks.

/tasks

task_id, task_name, task_description, task_due_date, task_priority, task_status, task_category, task_tags, task_custom_fields, task_created_at, task_updated_at

Tasks

Create a task.

/tasks

task_name, task_description, task_due_date, task_priority, task_status, task_category, task_tags, task_custom_fields

Tasks

Retrieve a task by its ID.

/tasks/{task_id}

task_id

Tasks

Update a task by its ID.

/tasks/{task_id}

task_name, task_description, task_due_date, task_priority, task_status, task_category, task_tags, task_custom_fields

Tasks

Delete a task by its ID.

/tasks/{task_id}

task_id

Details

Provider

Country HQ

JO

API Type

REST

Categories

Employee Engagement

Alternatives

Important URLs

Last Updated on

2024-03-27

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo