v1
latestOpenAPI 3.0.12026-07-243266138.0 KBEndpoints
Modify Invite Reminder Settings specified by id
Modifies parts of an Invite Reminder Settings entity object determined by the provided identifier, as specified by the attached PATCH request body.
patch/invite-reminder-settings/{id}
Path parameters
idstring required
the Invite Reminder Settings id
Request body
Example request
{
"enabled": true,
"serviceInviteReminderConfiguration": {
"enabled": true,
"sendingDelayInDays": 3,
"inviteReminderTemplateId": "tpl-6ccace5e-cd7c-4add-9217-87e411e9a79f"
},
"productInviteReminderConfiguration": {
"enabled": true,
"sendingDelayInDays": 3,
"inviteReminderTemplateId": "tpl-6ccace5e-cd7c-4add-9217-87e411e9a79f"
}
}Response
the modified Invite Reminder Settings entity object
Example response
{
"id": "irs-2e2734bd-9ec4-4eb8-97ee-2499dd869196",
"accountId": "acc-8f0ac134-1ebf-44d0-b407-c3ee6a0a0a1d",
"channelId": "chl-89861a03-2fa9-42e6-bc9f-77f270d965f1",
"eventTypeId": "ety-3ecaa096-05a3-43e6-a0bf-e157d638b9be",
"enabled": true,
"serviceInviteReminderConfiguration": {
"enabled": true,
"sendingDelayInDays": 3,
"inviteReminderTemplateId": "tpl-6ccace5e-cd7c-4add-9217-87e411e9a79f"
},
"productInviteReminderConfiguration": {
"enabled": true,
"sendingDelayInDays": 3,
"inviteReminderTemplateId": "tpl-6ccace5e-cd7c-4add-9217-87e411e9a79f"
},
"createdAt": "2022-08-10T17:00:00.000Z",
"updatedAt": "2022-08-10T17:09:19.000Z"
}