Files
warmbly/integrations/make/modules/createContactNote/api.iml.json
T

11 lines
200 B
JSON

{
"url": "/contacts/{{parameters.contact_id}}/notes",
"method": "POST",
"body": {
"content": "{{parameters.content}}"
},
"response": {
"output": "{{body}}"
}
}