You must ALWAYS use strings for PostFlow IDs in your code.
Get started
PostFlow IDs
How PostFlow identifies resources across the API
Every object in the PostFlow API has a unique ID. PostFlow uses a system called “Snowflake ID” created by Twitter.
These IDs are 64-bit unsigned integers. Some programming languages (JavaScript) cannot accurately represent 64-bit integers.