Map Shopify and platform API fields

{{ old('api_fields[to][0][email]')?old('api_fields[to][0][email]'):$api_fields['to'][0]['email']??'' }}
The email address to which email will be sent.Mandatory
{{ old('api_fields[to][0][name]')?old('api_fields[to][0][name]'):$api_fields['to'][0]['name']??'' }}
The name of person to which email will be sent.
{{ old('api_fields[cc][0][email]')?old('api_fields[cc][0][email]'):$api_fields['cc'][0]['email']??'' }}
Who should be cc'd on this email.
{{ old('api_fields[bcc][0][email]')?old('api_fields[bcc][0][email]'):$api_fields['bcc'][0]['email']??'' }}
Who should be bcc'd on this email.
{{ old('api_fields[sender][name]')?old('api_fields[sender][name]'):$api_fields['sender']['name']??'' }}
Name of the sender from which the emails will be sent.Maximum allowed characters are 70. Applicable only when email is passed.
{{ old('api_fields[sender][email]')?old('api_fields[sender][email]'):$api_fields['sender']['email']??'' }}
Email of the sender from which the emails will be sent.
{{ old('api_fields[replyto][name]')?old('api_fields[replyto][name]'):$api_fields['replyto']['name']??'' }}
Name in reply to.
{{ old('api_fields[replyto][email]')?old('api_fields[replyto][email]'):$api_fields['replyto']['email']??'' }}
Email address in reply to.
{{ old('api_fields[tags][0]')?old('api_fields[tags][0]'):$api_fields['tags'][0]??'' }}
Tag your emails to find them more easily.