meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
contacts [2023/09/14 16:06] johnnycontacts [2023/12/24 15:33] (current) – [Contacts] Technical and billing contact portal permissions wrongecho
Line 1: Line 1:
 ====== Contacts ====== ====== Contacts ======
 +
 +Each of your customer have different key stakeholders that you may correspond with during the course of business. These stakeholders are considered Contacts within the ITFlow system. When a Contact within a Client record submits a ticket via email into your ITFlow system, the ticket is automatically assigned to the relevant Client based on the email contact of the Contact.
  
 Allow your clients to interact with the ITFlow portal by creating contacts. Allow your clients to interact with the ITFlow portal by creating contacts.
Line 10: Line 12:
   * Title   * Title
   * Mark as "important"   * Mark as "important"
-  * Mark as a technical / billing contact+  * Mark as a technical / billing contact - this also allows them to see technical and/or billing info in the client portal
   * Department   * Department
   * Phone / Extension / Mobile   * Phone / Extension / Mobile
Line 28: Line 30:
   * contact_id - Specific contact ID from the ITFlow database   * contact_id - Specific contact ID from the ITFlow database
   * contact_email - Specific contact via e-mail   * contact_email - Specific contact via e-mail
 +  * contact_phone_or_mobile - Specific contact via their mobile or office phone
  
 <code> <code>
-Invoke-RestMethod -Uri "http://127.0.0.1/itflow/api/v1/contacts/read.php?api_key=XetQjoZiti5Opg7y&contact_id=8" | ConvertTo-Json+Invoke-RestMethod -Uri "https://demo.itflow.org/api/v1/contacts/read.php?api_key=XetQjoZiti5Opg7y&contact_id=8" | ConvertTo-Json
  
 { {
Line 56: Line 59:
  
 <code> <code>
-$uri = "http://127.0.0.1/itflow/api/v1/contacts/create.php"+$uri = "https://demo.itflow.org/api/v1/contacts/create.php"
  
 $body = @" $body = @"
Line 94: Line 97:
 <code> <code>
  
-$uri = "http://127.0.0.1/itflow/api/v1/contacts/update.php"+$uri = "https://demo.itflow.org/api/v1/contacts/update.php"
  
 $body = @" $body = @"