Skip to main content

Email Body Parameters

ParametersDescriptionSupported DestinationSupported Fields
{{bolt_link}}A link of the created BoltEmail, SMTP, Gmail, & SlackBody
{{Columns}}The column names of the tableEmail, SMTP, Gmail & SlackBody
{{creator.email}}An email_id of the creator who create a Bolt will be sent to the recipientsEmail, SMTP, Gmail, & SlackTo, Add CC& BCC Subject & Body
{{pipeline_meta.batch_size}}The batch size of the pipelineEmail, SMTP, Gmail, & SlackSubject & Body
{{pipeline_meta.batches_processed}}Numbers of batches processedEmail, SMTP, Gmail, & SlackSubject & Body
{{pipeline_meta.columns}}The meta information of the columnsEmail, SMTP, Gmail, & SlackSubject & Body
{{pipeline_meta.rows_processed}}Numbers of rows processedEmail, SMTP, Gmail, & SlackSubject & Body
{{pipeline_name}}The name of the pipelineEmail, SMTP, Gmail, & SlackSubject & Body
{{pipeline_tag}}The tags that you add while saving the BoltEmail, SMTP, Gmail, & SlackSubject & Body
{{query_parameters}}Pass the parameters in the form of key and value pairEmail, SMTP, Gmail, & SlackSubject & Body
{{result}}The actual Bolt result will be sent to a recipientEmail, SMTP, Gmail, & SlackSubject & Body
{{result_count}}The actual result count will be sent to a recipientEmail, SMTP, Gmail, & SlackSubject & Body
{{result_link}}Download result link that can be further accessible in CSV and JSON formatEmail, SMTP, Gmail, & SlackSubject & Body
{{row}}A specific row will be sent to a recipientEmai, SMTP, GmailTo,Add CC& BCC, Subject & Body

Note

  • Type {{result[0].NameofColumn}} to pass a particular column of data in the email fields. For REST API as source and REST Sink it is {{result.0.NameofColumn}}

  • To pass without space column name with row parameter use {{row.ColumnName}}

  • To pass without space column name with result parameter use {{result[0].ColumnName}}

  • To pass with space column name with row parameter use {{row['Column Name']}}

  • To pass with space column name with result parameter use {{result[0]['Column Name']}} }

Any Question? 🤓​

We are always an email away to help you resolve your queries. If you need any help, write to us at - 📧 support@boltic.io