POST
/profiles/{profile_id}/notifications
curl \
--request POST 'https://servername.iformbuilder.com/exzact/api/v60/profiles/{profile_id}/notifications' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"message":"Please sync to update form","users":[]}'
Request examples
{
"message": "Please sync to update form",
"users": []
}
Response examples (201)
{
"id": 42.0
}