Templates
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptional
Number of results to return per page.
offsetintegerOptional
The initial index from which to return the results.
Responses
200Success
application/json
get
/api/church/templates200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 100Required
sender_namestring · max: 100 · nullableOptional
sender_emailstring · email · max: 254 · nullableOptional
subjectstring · max: 255Required
contentstringRequired
typestring · enumRequiredPossible values:
email- Emailpush_notification- Push Notificationsms- SMSmms- MMSvoice- Voice
is_automatedbooleanOptional
celebration_typestring · max: 100 · nullableOptional
send_atstring · time · nullableOptional
mediaany · nullableOptional
voice_urlstring · uri · max: 200 · nullableOptional
churchstring · uuidRequired
Responses
201Success
application/json
post
/api/church/templates201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this template.
Responses
200Success
application/json
get
/api/church/templates/{id}200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this template.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 100Required
sender_namestring · max: 100 · nullableOptional
sender_emailstring · email · max: 254 · nullableOptional
subjectstring · max: 255Required
contentstringRequired
typestring · enumRequiredPossible values:
email- Emailpush_notification- Push Notificationsms- SMSmms- MMSvoice- Voice
is_automatedbooleanOptional
celebration_typestring · max: 100 · nullableOptional
send_atstring · time · nullableOptional
mediaany · nullableOptional
voice_urlstring · uri · max: 200 · nullableOptional
churchstring · uuidRequired
Responses
200Success
application/json
put
/api/church/templates/{id}200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this template.
Responses
204
No response body
delete
/api/church/templates/{id}204
No response body
No content
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this template.
Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestring · max: 100Optional
sender_namestring · max: 100 · nullableOptional
sender_emailstring · email · max: 254 · nullableOptional
subjectstring · max: 255Optional
contentstringOptional
typestring · enumOptionalPossible values:
email- Emailpush_notification- Push Notificationsms- SMSmms- MMSvoice- Voice
is_automatedbooleanOptional
celebration_typestring · max: 100 · nullableOptional
send_atstring · time · nullableOptional
mediaany · nullableOptional
voice_urlstring · uri · max: 200 · nullableOptional
churchstring · uuidOptional
Responses
200Success
application/json
patch
/api/church/templates/{id}200Success