Gorgias Update Customer Note
Gorgias action that is used to update or replace a customer note.
See more information about the underlying endpoint here:
Action Inputs
Name | Type | Description |
---|---|---|
Key | Credentials | Your Gorgias API key. Read here how to find it. |
Username | Credentials | Your Gorgias user email, this will be the email of the agent on whose behalf the action is connecting to your account. Read here how to find it. |
Subdomain | Credentials | Your Gorgias sub-domain. Read here how to find it. |
CustomerId | String | Id of the customer to update. |
Note Text | String | Text to add to the existing note or to replace with. |
Method | String | Use "Add" to add to the current note (will separate with a comma) or "Replace" to replace the whole note. |
Action Outputs
Name | Type | Description |
---|---|---|
Customer | Object | Updated customer object. |
Success | Boolean (true/false) | Whether the customer note was updated successfully. |
Updated 7 months ago