Sheet id and entity id (or row id)

Hi,

I want to generate email adresses for my sales people so they can send emails to entry for archiving. But i can’t find the sheet id or entry id variables i would expects something like {id}.

How can i make this work?

Greetings Gijs

Hi,

E-mailing to the entries can be achieved by E-mailing to address "apname.tab_path.sheet_index.record_id@tickets.ragic.com". This can be found by referring to your sheet/entry url.

Here’s our documentation for you to refer to:
Creating an entry from a received email

And to retrieve the record id as the value, you can create an auto-generate field with formatting “{RAGIC_ID}”, and in your field “asdsad”, so that you can assign formulas to combine the string “apname.tab_path.sheet_index.”+“Record ID"+"@tickets.ragic.com to retrieve the full E-mail address for each entries.

1 Like

Nice thanks! Will try this out… why i didn’t think of that…

1 Like

No problem! Feel free to let us know if you have any further questions!