POST
/profiles/{profile_id}/notifications
curl \
--request POST 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/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
}