Auto Actions: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 651: Line 651:
* Body Data =
* Body Data =
:{
:{
: "authentication":
:"authentication":
: {
:{
: "apiKey": "my_very_secret_api_key",
:"apiKey": "my_very_secret_api_key",
: "propKey": "secret_key_for_prop_XXXXXX"
:"propKey": "secret_key_for_prop_XXXXXX"
:},
:},
:"bookId": "[BOOKID]",
:"bookId": "[BOOKID]",
:"message": "[MESSAGE] - Append this message"
:"message": "[MESSAGE] - Append this message"
:}
:}
{
"authentication":
{
"apiKey": "my_very_secret_api_key",
"propKey": "secret_key_for_prop_XXXXXX"
},
"bookId": "[BOOKID]",
"message": "[MESSAGE] - Append this message"
}


===Use API/Webhook to write the value of the 'commission' field to a new invoice item===
===Use API/Webhook to write the value of the 'commission' field to a new invoice item===