createTemplate method

  1. @override
Future<MessageTemplateV1> createTemplate (
  1. String correlationId,
  2. MessageTemplateV1 template
)
override

Creates a template.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • template an template to be created. Return (optional) Future that receives created template or error.